Class: Aws::LexModelsV2::Types::CustomVocabularyImportSpecification

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

Overview

Provides the parameters required for importing a custom vocabulary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The identifier of the bot to import the custom vocabulary to.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4808

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

#bot_versionString

The version of the bot to import the custom vocabulary to.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4808

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

#locale_idString

The identifier of the local to import the custom vocabulary to. The value must be ‘en_GB`.

Returns:

  • (String)


4808
4809
4810
4811
4812
4813
4814
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4808

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