Class: Aws::LexModelsV2::Types::ListCustomVocabularyItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListCustomVocabularyItemsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The identifier of the version of the bot associated with this custom vocabulary.
-
#bot_version ⇒ String
The bot version of the bot to the list custom vocabulary request.
-
#locale_id ⇒ String
The identifier of the language and locale where this custom vocabulary is used.
-
#max_results ⇒ Integer
The maximum number of items returned by the list operation.
-
#next_token ⇒ String
The nextToken identifier to the list custom vocabulary request.
Instance Attribute Details
#bot_id ⇒ String
The identifier of the version of the bot associated with this custom vocabulary.
9516 9517 9518 9519 9520 9521 9522 9523 9524 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9516 class ListCustomVocabularyItemsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The bot version of the bot to the list custom vocabulary request.
9516 9517 9518 9519 9520 9521 9522 9523 9524 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9516 class ListCustomVocabularyItemsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :max_results, :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 (docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
9516 9517 9518 9519 9520 9521 9522 9523 9524 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9516 class ListCustomVocabularyItemsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items returned by the list operation.
9516 9517 9518 9519 9520 9521 9522 9523 9524 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9516 class ListCustomVocabularyItemsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken identifier to the list custom vocabulary request.
9516 9517 9518 9519 9520 9521 9522 9523 9524 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9516 class ListCustomVocabularyItemsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |