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
constructor(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

The Amazon Resource Name (ARN) of the bot alias.

Link copied to clipboard
val botAliasId: String? = null

The unique identifier of the bot alias.

Link copied to clipboard

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

Link copied to clipboard
val botAliasName: String? = null

The name of the bot alias.

Link copied to clipboard

The current status of the bot alias. When the status is Available the alias is ready for use with your bot.

Link copied to clipboard
val botVersion: String? = null

The version of the bot that the bot alias references.

Link copied to clipboard

Specifies whether Amazon Lex logs text and audio for conversations with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch logs. Audio logs store input in Amazon S3 .

Link copied to clipboard
val description: String? = null

The description of the bot alias.

Link copied to clipboard

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