NAME
Paws::LexModelsV2::CreateBotLocaleResponse
ATTRIBUTES
BotId => Str
The specified bot identifier.
BotLocaleStatus => Str
The status of the bot.
When the status is Creating
the bot locale is being configured. When the status is Building
Amazon Lex is building the bot for testing and use.
If the status of the bot is ReadyExpressTesting
, you can test the bot using the exact utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status is Built
.
If there was a problem with building the bot, the status is Failed
. If the bot was saved but not built, the status is NotBuilt
.
Valid values are: "Creating"
, "Building"
, "Built"
, "ReadyExpressTesting"
, "Failed"
, "Deleting"
, "NotBuilt"
, "Importing"
=head2 BotVersion => Str
The specified bot version.
CreationDateTime => Str
A timestamp specifying the date and time that the bot locale was created.
Description => Str
The specified description of the bot locale.
LocaleId => Str
The specified locale identifier.
LocaleName => Str
The specified locale name.
NluIntentConfidenceThreshold => Num
The specified confidence threshold for inserting the AMAZON.FallbackIntent
and AMAZON.KendraSearchIntent
intents.
VoiceSettings => Paws::LexModelsV2::VoiceSettings
The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.