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
fun BotTestBotAliasSettings(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
val description: String? = null
Link copied to clipboard

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