Class: Aws::LexModelsV2::Types::CustomVocabularyImportSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CustomVocabularyImportSpecification
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4779 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.
4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4779 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
.
4779 4780 4781 4782 4783 4784 4785 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4779 class CustomVocabularyImportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |