NAME
Paws::LexModelsV2::UpdateBotLocaleResponse
ATTRIBUTES
BotId => Str
The identifier of the bot that contains the updated locale.
BotLocaleStatus => Str
The current status of the locale. When the bot status is Built the locale is ready for use.
Valid values are: "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing" =head2 BotVersion => Str
The version of the bot that contains the updated locale.
CreationDateTime => Str
A timestamp of the date and time that the locale was created.
Description => Str
The updated description of the locale.
FailureReasons => ArrayRef[Str|Undef]
If the botLocaleStatus is Failed, the failureReasons field lists the errors that occurred while building the bot.
LastUpdatedDateTime => Str
A timestamp of the date and time that the locale was last updated.
LocaleId => Str
The language and locale of the updated bot locale.
LocaleName => Str
The updated locale name for the locale.
NluIntentConfidenceThreshold => Num
The updated confidence threshold for inserting the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.
VoiceSettings => Paws::LexModelsV2::VoiceSettings
The updated Amazon Polly voice to use for voice interaction with the user.