Class: Aws::QBusiness::Types::ListChatResponseConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListChatResponseConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chat_response_configurations ⇒ Array<Types::ChatResponseConfiguration>
A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the ‘maxResults` parameter.
Instance Attribute Details
#chat_response_configurations ⇒ Array<Types::ChatResponseConfiguration>
A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.
6087 6088 6089 6090 6091 6092 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6087 class ListChatResponseConfigurationsResponse < Struct.new( :chat_response_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the ‘maxResults` parameter.
6087 6088 6089 6090 6091 6092 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6087 class ListChatResponseConfigurationsResponse < Struct.new( :chat_response_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |