Class: Aws::LexModelsV2::Types::CustomVocabularyExportSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CustomVocabularyExportSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides the parameters required for exporting a custom vocabulary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the bot that contains the custom vocabulary to export.
-
#bot_version ⇒ String
The version of the bot that contains the custom vocabulary to export.
-
#locale_id ⇒ String
The locale of the bot that contains the custom vocabulary to export.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot that contains the custom vocabulary to export.
4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4754 class CustomVocabularyExportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot that contains the custom vocabulary to export.
4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4754 class CustomVocabularyExportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale of the bot that contains the custom vocabulary to export.
4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4754 class CustomVocabularyExportSpecification < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |