NAME
Paws::LexModelsV2::DescribeBotLocaleResponse
ATTRIBUTES
BotId => Str
The identifier of the bot associated with the locale.
BotLocaleHistoryEvents => ArrayRef[Paws::LexModelsV2::BotLocaleHistoryEvent]
History of changes, such as when a locale is used in an alias, that have taken place for the locale.
BotLocaleStatus => Str
The status of the bot. If the status is Failed, the reasons for the failure are listed in the failureReasons field.
Valid values are: "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt", "Importing" =head2 BotVersion => Str
The identifier of the version of the bot associated with the locale.
CreationDateTime => Str
The date and time that the locale was created.
Description => Str
The description of the locale.
FailureReasons => ArrayRef[Str|Undef]
if botLocaleStatus is Failed, Amazon Lex explains why it failed to build the bot.
IntentsCount => Int
The number of intents defined for the locale.
LastBuildSubmittedDateTime => Str
The date and time that the locale was last submitted for building.
LastUpdatedDateTime => Str
The date and time that the locale was last updated.
LocaleId => Str
The unique identifier of the described locale.
LocaleName => Str
The name of the locale.
NluIntentConfidenceThreshold => Num
The confidence threshold where Amazon Lex inserts the AMAZON.FallbackIntent and AMAZON.KendraSearchIntent intents in the list of possible intents for an utterance.
SlotTypesCount => Int
The number of slot types defined for the locale.
VoiceSettings => Paws::LexModelsV2::VoiceSettings
The Amazon Polly voice Amazon Lex uses for voice interaction with the user.