Class: Aws::LexModelsV2::Types::CustomVocabularyExportSpecification

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

Overview

Provides the parameters required for exporting a custom vocabulary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot that contains the custom vocabulary to export.

Returns:

  • (String)


4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4754

class CustomVocabularyExportSpecification < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#bot_versionString

The version of the bot that contains the custom vocabulary to export.

Returns:

  • (String)


4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4754

class CustomVocabularyExportSpecification < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end

#locale_idString

The locale of the bot that contains the custom vocabulary to export.

Returns:

  • (String)


4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4754

class CustomVocabularyExportSpecification < Struct.new(
  :bot_id,
  :bot_version,
  :locale_id)
  SENSITIVE = []
  include Aws::Structure
end