BotAliasArgs

data class BotAliasArgs(val botAliasLocaleSettings: Output<List<BotAliasLocaleSettingsItemArgs>>? = null, val botAliasName: Output<String>? = null, val botAliasTags: Output<List<BotAliasTagArgs>>? = null, val botId: Output<String>? = null, val botVersion: Output<String>? = null, val conversationLogSettings: Output<BotAliasConversationLogSettingsArgs>? = null, val description: Output<String>? = null, val sentimentAnalysisSettings: Output<SentimentAnalysisSettingsPropertiesArgs>? = null) : ConvertibleToJava<BotAliasArgs>

A Bot Alias enables you to change the version of a bot without updating applications that use the bot

Constructors

Link copied to clipboard
fun BotAliasArgs(botAliasLocaleSettings: Output<List<BotAliasLocaleSettingsItemArgs>>? = null, botAliasName: Output<String>? = null, botAliasTags: Output<List<BotAliasTagArgs>>? = null, botId: Output<String>? = null, botVersion: Output<String>? = null, conversationLogSettings: Output<BotAliasConversationLogSettingsArgs>? = null, description: Output<String>? = null, sentimentAnalysisSettings: Output<SentimentAnalysisSettingsPropertiesArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BotAliasArgs

Properties

Link copied to clipboard
Link copied to clipboard
val botAliasName: Output<String>? = null
Link copied to clipboard
val botAliasTags: Output<List<BotAliasTagArgs>>? = null

A list of tags to add to the bot alias.

Link copied to clipboard
val botId: Output<String>? = null
Link copied to clipboard
val botVersion: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard

Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.