Class: Aws::LexModelsV2::Types::CustomVocabularyImportSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CustomVocabularyImportSpecification
- 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
-
#bot_id ⇒ String
The identifier of the bot to import the custom vocabulary to.
-
#bot_version ⇒ String
The version of the bot to import the custom vocabulary to.
-
#locale_id ⇒ String
The identifier of the local to import the custom vocabulary to.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot to import the custom vocabulary to.
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_version ⇒ String
The version of the bot to import the custom vocabulary to.
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_id ⇒ String
The identifier of the local to import the custom vocabulary to. The value must be ‘en_GB`.
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 |