Class: Aws::LexModelsV2::Types::ListBotResourceGenerationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotResourceGenerationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot whose generation requests you want to view.
-
#bot_version ⇒ String
The version of the bot whose generation requests you want to view.
-
#locale_id ⇒ String
The locale of the bot whose generation requests you want to view.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
If the total number of results is greater than the number specified in the ‘maxResults`, the response returns a token in the `nextToken` field.
-
#sort_by ⇒ Types::GenerationSortBy
An object containing information about the attribute and the method by which to sort the results.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot whose generation requests you want to view.
9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9107 class ListBotResourceGenerationsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_version ⇒ String
The version of the bot whose generation requests you want to view.
9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9107 class ListBotResourceGenerationsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#locale_id ⇒ String
The locale of the bot whose generation requests you want to view.
9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9107 class ListBotResourceGenerationsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9107 class ListBotResourceGenerationsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the total number of results is greater than the number specified in the ‘maxResults`, the response returns a token in the `nextToken` field. Use this token when making a request to return the next batch of results.
9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9107 class ListBotResourceGenerationsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ Types::GenerationSortBy
An object containing information about the attribute and the method by which to sort the results
9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9107 class ListBotResourceGenerationsRequest < Struct.new( :bot_id, :bot_version, :locale_id, :sort_by, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |