class Aws::LexModelsV2::Types::BuildBotLocaleRequest

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

data as a hash:

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

@!attribute [rw] bot_id

The identifier of the bot to build. The identifier is returned in
the response from the operation.
@return [String]

@!attribute [rw] bot_version

The version of the bot to build. This can only be the draft version
of the bot.
@return [String]

@!attribute [rw] locale_id

The identifier of the language and locale that the bot will be used
in. The string must match one of the supported locales. All of the
intents, slot types, and slots used in the bot must have the same
locale. 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/BuildBotLocaleRequest AWS API Documentation

Constants

SENSITIVE