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.
4844 4845 4846 4847 4848 4849 4850 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4844 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.
4844 4845 4846 4847 4848 4849 4850 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4844 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`.
4844 4845 4846 4847 4848 4849 4850 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4844 class CustomVocabularyImportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |