class Aws::LexModelsV2::Types::ExportResourceSpecification

Provides information about the bot or bot locale that you want to export. You can specify the `botExportSpecification` or the `botLocaleExportSpecification`, but not both.

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

data as a hash:

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

@!attribute [rw] bot_export_specification

Parameters for exporting a bot.
@return [Types::BotExportSpecification]

@!attribute [rw] bot_locale_export_specification

Parameters for exporting a bot locale.
@return [Types::BotLocaleExportSpecification]

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

Constants

SENSITIVE