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>

Configuring the test bot alias settings for a given bot

Constructors

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

Functions

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

Properties

Link copied to clipboard
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.