BotTestBotAliasSettings

data class BotTestBotAliasSettings(val botAliasLocaleSettings: List<BotAliasLocaleSettingsItem>? = null, val conversationLogSettings: BotConversationLogSettings? = null, val description: String? = null, val sentimentAnalysisSettings: BotTestBotAliasSettingsSentimentAnalysisSettingsProperties? = null)

Configuring the test bot alias settings for a given bot

Constructors

Link copied to clipboard
constructor(botAliasLocaleSettings: List<BotAliasLocaleSettingsItem>? = null, conversationLogSettings: BotConversationLogSettings? = null, description: String? = null, sentimentAnalysisSettings: BotTestBotAliasSettingsSentimentAnalysisSettingsProperties? = null)

Types

Link copied to clipboard
object Companion

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: String? = null

Specifies a description for the test bot alias.

Link copied to clipboard

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