BotTestBotAliasSettingsArgs

data class BotTestBotAliasSettingsArgs(val botAliasLocaleSettings: Output<List<BotAliasLocaleSettingsItemArgs>>? = null, val conversationLogSettings: Output<BotConversationLogSettingsArgs>? = null, val description: Output<String>? = null, val sentimentAnalysisSettings: Output<BotTestBotAliasSettingsSentimentAnalysisSettingsPropertiesArgs>? = null) : ConvertibleToJava<BotTestBotAliasSettingsArgs>

Constructors

Link copied to clipboard
constructor(botAliasLocaleSettings: Output<List<BotAliasLocaleSettingsItemArgs>>? = null, conversationLogSettings: Output<BotConversationLogSettingsArgs>? = null, description: Output<String>? = null, sentimentAnalysisSettings: Output<BotTestBotAliasSettingsSentimentAnalysisSettingsPropertiesArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.

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

Specifies a description for the test bot alias.

Link copied to clipboard

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

Functions

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