Class: Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeCustomVocabularyMetadataRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot that contains the custom vocabulary.
-
#bot_version ⇒ String
The bot version of the bot to return metadata for.
-
#locale_id ⇒ String
The locale to return the custom vocabulary information for.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot that contains the custom vocabulary.
5854 5855 5856 5857 5858 5859 5860 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5854 class DescribeCustomVocabularyMetadataRequest < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The bot version of the bot to return metadata for.
5854 5855 5856 5857 5858 5859 5860 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5854 class DescribeCustomVocabularyMetadataRequest < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale to return the custom vocabulary information for. The
locale must be en_GB
.
5854 5855 5856 5857 5858 5859 5860 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5854 class DescribeCustomVocabularyMetadataRequest < Struct.new( :bot_id, :bot_version, :locale_id) SENSITIVE = [] include Aws::Structure end |