class Aws::LexModelsV2::Types::CreateBotLocaleResponse

@!attribute [rw] bot_id

The specified bot identifier.
@return [String]

@!attribute [rw] bot_version

The specified bot version.
@return [String]

@!attribute [rw] locale_name

The specified locale name.
@return [String]

@!attribute [rw] locale_id

The specified locale identifier.
@return [String]

@!attribute [rw] description

The specified description of the bot locale.
@return [String]

@!attribute [rw] nlu_intent_confidence_threshold

The specified confidence threshold for inserting the
`AMAZON.FallbackIntent` and `AMAZON.KendraSearchIntent` intents.
@return [Float]

@!attribute [rw] voice_settings

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

@!attribute [rw] bot_locale_status

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`.
@return [String]

@!attribute [rw] creation_date_time

A timestamp specifying the date and time that the bot locale was
created.
@return [Time]

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

Constants

SENSITIVE