NAME
Paws::LexModelsV2::CreateBotResponse
ATTRIBUTES
BotId => Str
A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
BotName => Str
The name specified for the bot.
BotStatus => Str
Shows the current status of the bot. The bot is first in the Creating
status. Once the bot is read for use, it changes to the Available
status. After the bot is created, you can use the Draft
version of the bot.
Valid values are: "Creating"
, "Available"
, "Inactive"
, "Deleting"
, "Failed"
, "Versioning"
, "Importing"
=head2 BotTags => Paws::LexModelsV2::TagMap
A list of tags associated with the bot.
CreationDateTime => Str
A timestamp indicating the date and time that the bot was created.
DataPrivacy => Paws::LexModelsV2::DataPrivacy
The data privacy settings specified for the bot.
Description => Str
The description specified for the bot.
IdleSessionTTLInSeconds => Int
The session idle time specified for the bot.
RoleArn => Str
The IAM role specified for the bot.
TestBotAliasTags => Paws::LexModelsV2::TagMap
A list of tags associated with the test alias for the bot.