NAME
Paws::LexModelsV2::CreateBotAliasResponse
ATTRIBUTES
BotAliasId => Str
The unique identifier of the bot alias.
BotAliasLocaleSettings => Paws::LexModelsV2::BotAliasLocaleSettingsMap
Configuration information for a specific locale.
BotAliasName => Str
The name specified for the bot alias.
BotAliasStatus => Str
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.
Valid values are: "Creating"
, "Available"
, "Deleting"
, "Failed"
=head2 BotId => Str
The unique identifier of the bot that this alias applies to.
BotVersion => Str
The version of the bot associated with this alias.
ConversationLogSettings => Paws::LexModelsV2::ConversationLogSettings
The conversation log settings specified for the alias.
CreationDateTime => Str
A Unix timestamp indicating the date and time that the bot alias was created.
Description => Str
The description specified for the bot alias.
SentimentAnalysisSettings => Paws::LexModelsV2::SentimentAnalysisSettings
Tags => Paws::LexModelsV2::TagMap
A list of tags associated with the bot alias.