NAME
Paws::LexModelsV2::DescribeBotVersionResponse
ATTRIBUTES
BotId => Str
The identifier of the bot that contains the version.
BotName => Str
The name of the bot that contains the version.
BotStatus => Str
The current status of the bot. When the status is Available
, the bot version is ready for use.
Valid values are: "Creating"
, "Available"
, "Inactive"
, "Deleting"
, "Failed"
, "Versioning"
, "Importing"
=head2 BotVersion => Str
The version of the bot to describe.
CreationDateTime => Str
A timestamp of the date and time that the bot version was created.
DataPrivacy => Paws::LexModelsV2::DataPrivacy
Data privacy settings for the bot version.
Description => Str
The description specified for the bot.
FailureReasons => ArrayRef[Str|Undef]
If the botStatus
is Failed
, this contains a list of reasons that the version couldn't be built.
IdleSessionTTLInSeconds => Int
The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.
RoleArn => Str
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.