class Aws::LexModelsV2::Types::BotLocaleExportSpecification

Provides the bot locale parameters required for exporting a bot locale.

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

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 to create the locale for.
@return [String]

@!attribute [rw] bot_version

The version of the bot to export.
@return [String]

@!attribute [rw] locale_id

The identifier of the language and locale to export. The string must
match one of the locales in the bot.
@return [String]

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

Constants

SENSITIVE