class Aws::LexModelsV2::Types::CreateBotAliasResponse

@!attribute [rw] bot_alias_id

The unique identifier of the bot alias.
@return [String]

@!attribute [rw] bot_alias_name

The name specified for the bot alias.
@return [String]

@!attribute [rw] description

The description specified for the bot alias.
@return [String]

@!attribute [rw] bot_version

The version of the bot associated with this alias.
@return [String]

@!attribute [rw] bot_alias_locale_settings

Configuration information for a specific locale.
@return [Hash<String,Types::BotAliasLocaleSettings>]

@!attribute [rw] conversation_log_settings

The conversation log settings specified for the alias.
@return [Types::ConversationLogSettings]

@!attribute [rw] sentiment_analysis_settings

Determines whether Amazon Lex will use Amazon Comprehend to detect
the sentiment of user utterances.
@return [Types::SentimentAnalysisSettings]

@!attribute [rw] bot_alias_status

The current status of the alias. The alias is first put into the
`Creating` state. When the alias is ready to be used, it is put into
the `Available` state. You can use the `DescribeBotAlias` operation
to get the current state of an alias.
@return [String]

@!attribute [rw] bot_id

The unique identifier of the bot that this alias applies to.
@return [String]

@!attribute [rw] creation_date_time

A Unix timestamp indicating the date and time that the bot alias was
created.
@return [Time]

@!attribute [rw] tags

A list of tags associated with the bot alias.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/CreateBotAliasResponse AWS API Documentation

Constants

SENSITIVE