Class: Aws::QBusiness::Types::ListChatResponseConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListChatResponseConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the Amazon Q Business application for which to list available chat response configurations.
-
#max_results ⇒ Integer
The maximum number of chat response configurations to return in a single response.
-
#next_token ⇒ String
A pagination token used to retrieve the next set of results when the number of configurations exceeds the specified ‘maxResults` value.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the Amazon Q Business application for which to list available chat response configurations.
6065 6066 6067 6068 6069 6070 6071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6065 class ListChatResponseConfigurationsRequest < Struct.new( :application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of chat response configurations to return in a single response. This parameter helps control pagination of results when many configurations exist.
6065 6066 6067 6068 6069 6070 6071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6065 class ListChatResponseConfigurationsRequest < Struct.new( :application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token used to retrieve the next set of results when the number of configurations exceeds the specified ‘maxResults` value.
6065 6066 6067 6068 6069 6070 6071 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6065 class ListChatResponseConfigurationsRequest < Struct.new( :application_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |