class Aws::LexModelsV2::Types::DescribeBotLocaleResponse

@!attribute [rw] bot_id

The identifier of the bot associated with the locale.
@return [String]

@!attribute [rw] bot_version

The identifier of the version of the bot associated with the locale.
@return [String]

@!attribute [rw] locale_id

The unique identifier of the described locale.
@return [String]

@!attribute [rw] locale_name

The name of the locale.
@return [String]

@!attribute [rw] description

The description of the locale.
@return [String]

@!attribute [rw] nlu_intent_confidence_threshold

The confidence threshold where Amazon Lex inserts the
`AMAZON.FallbackIntent` and `AMAZON.KendraSearchIntent` intents in
the list of possible intents for an utterance.
@return [Float]

@!attribute [rw] voice_settings

The Amazon Polly voice Amazon Lex uses for voice interaction with
the user.
@return [Types::VoiceSettings]

@!attribute [rw] intents_count

The number of intents defined for the locale.
@return [Integer]

@!attribute [rw] slot_types_count

The number of slot types defined for the locale.
@return [Integer]

@!attribute [rw] bot_locale_status

The status of the bot. If the status is `Failed`, the reasons for
the failure are listed in the `failureReasons` field.
@return [String]

@!attribute [rw] failure_reasons

if `botLocaleStatus` is `Failed`, Amazon Lex explains why it failed
to build the bot.
@return [Array<String>]

@!attribute [rw] creation_date_time

The date and time that the locale was created.
@return [Time]

@!attribute [rw] last_updated_date_time

The date and time that the locale was last updated.
@return [Time]

@!attribute [rw] last_build_submitted_date_time

The date and time that the locale was last submitted for building.
@return [Time]

@!attribute [rw] bot_locale_history_events

History of changes, such as when a locale is used in an alias, that
have taken place for the locale.
@return [Array<Types::BotLocaleHistoryEvent>]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/DescribeBotLocaleResponse AWS API Documentation

Constants

SENSITIVE