GetBotAliasResult

data class GetBotAliasResult(val arn: String? = null, val botAliasId: String? = null, val botAliasLocaleSettings: List<BotAliasLocaleSettingsItem>? = null, val botAliasName: String? = null, val botAliasStatus: BotAliasStatus? = null, val botVersion: String? = null, val conversationLogSettings: BotAliasConversationLogSettings? = null, val description: String? = null, val sentimentAnalysisSettings: SentimentAnalysisSettingsProperties? = null)

Constructors

Link copied to clipboard
fun GetBotAliasResult(arn: String? = null, botAliasId: String? = null, botAliasLocaleSettings: List<BotAliasLocaleSettingsItem>? = null, botAliasName: String? = null, botAliasStatus: BotAliasStatus? = null, botVersion: String? = null, conversationLogSettings: BotAliasConversationLogSettings? = null, description: String? = null, sentimentAnalysisSettings: SentimentAnalysisSettingsProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val botAliasId: String? = null
Link copied to clipboard
val botAliasName: String? = null
Link copied to clipboard
Link copied to clipboard
val botVersion: String? = null
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.