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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


4681
4682
4683
4684
4685
4686
4687
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4681

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)


4681
4682
4683
4684
4685
4686
4687
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4681

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)


4681
4682
4683
4684
4685
4686
4687
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4681

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