Class: Aws::LexModelsV2::Types::ExportResourceSpecification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_export_specificationTypes::BotExportSpecification

Parameters for exporting a bot.



7429
7430
7431
7432
7433
7434
7435
7436
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7429

class ExportResourceSpecification < Struct.new(
  :bot_export_specification,
  :bot_locale_export_specification,
  :custom_vocabulary_export_specification,
  :test_set_export_specification)
  SENSITIVE = []
  include Aws::Structure
end

#bot_locale_export_specificationTypes::BotLocaleExportSpecification

Parameters for exporting a bot locale.



7429
7430
7431
7432
7433
7434
7435
7436
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7429

class ExportResourceSpecification < Struct.new(
  :bot_export_specification,
  :bot_locale_export_specification,
  :custom_vocabulary_export_specification,
  :test_set_export_specification)
  SENSITIVE = []
  include Aws::Structure
end

#custom_vocabulary_export_specificationTypes::CustomVocabularyExportSpecification

The parameters required to export a custom vocabulary.



7429
7430
7431
7432
7433
7434
7435
7436
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7429

class ExportResourceSpecification < Struct.new(
  :bot_export_specification,
  :bot_locale_export_specification,
  :custom_vocabulary_export_specification,
  :test_set_export_specification)
  SENSITIVE = []
  include Aws::Structure
end

#test_set_export_specificationTypes::TestSetExportSpecification

Specifications for the test set that is exported as a resource.



7429
7430
7431
7432
7433
7434
7435
7436
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7429

class ExportResourceSpecification < Struct.new(
  :bot_export_specification,
  :bot_locale_export_specification,
  :custom_vocabulary_export_specification,
  :test_set_export_specification)
  SENSITIVE = []
  include Aws::Structure
end