Class: Aws::LexModelsV2::Types::ListCustomVocabularyItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListCustomVocabularyItemsResponse
- 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 identifier of the bot associated with this custom vocabulary.
-
#bot_version ⇒ String
The identifier of the version of the bot associated with this custom vocabulary.
-
#custom_vocabulary_items ⇒ Array<Types::CustomVocabularyItem>
The custom vocabulary items from the list custom vocabulary response.
-
#locale_id ⇒ String
The identifier of the language and locale where this custom vocabulary is used.
-
#next_token ⇒ String
The nextToken identifier to the list custom vocabulary response.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the bot associated with this custom vocabulary.
10098 10099 10100 10101 10102 10103 10104 10105 10106 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10098 class ListCustomVocabularyItemsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The identifier of the version of the bot associated with this custom vocabulary.
10098 10099 10100 10101 10102 10103 10104 10105 10106 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10098 class ListCustomVocabularyItemsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#custom_vocabulary_items ⇒ Array<Types::CustomVocabularyItem>
The custom vocabulary items from the list custom vocabulary response.
10098 10099 10100 10101 10102 10103 10104 10105 10106 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10098 class ListCustomVocabularyItemsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
10098 10099 10100 10101 10102 10103 10104 10105 10106 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10098 class ListCustomVocabularyItemsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken identifier to the list custom vocabulary response.
10098 10099 10100 10101 10102 10103 10104 10105 10106 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 10098 class ListCustomVocabularyItemsResponse < Struct.new( :bot_id, :bot_version, :locale_id, :custom_vocabulary_items, :next_token) SENSITIVE = [] include Aws::Structure end |