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
constructor(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)

Properties

Link copied to clipboard

Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.

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

The name of the bot alias.

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

The unique identifier of the bot.

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

The version of the bot that the bot alias references.

Link copied to clipboard

Specifies whether Amazon Lex logs text and audio for conversations with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch logs. Audio logs store input in Amazon S3 .

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

The description of the bot alias.

Link copied to clipboard

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

Functions

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