class Aws::LexModelsV2::Types::DescribeBotLocaleRequest

@note When making an API call, you may pass DescribeBotLocaleRequest

data as a hash:

    {
      bot_id: "Id", # required
      bot_version: "BotVersion", # required
      locale_id: "LocaleId", # required
    }

@!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 locale to describe. The string must
match one of the supported locales. For more information, see
[Supported languages][1].

[1]: https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html
@return [String]

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

Constants

SENSITIVE