Class: Aws::QConnect::Types::ListQuickResponsesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListQuickResponsesResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#quick_response_summaries ⇒ Array<Types::QuickResponseSummary>
Summary information about the quick responses.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6458 class ListQuickResponsesResponse < Struct.new( :quick_response_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#quick_response_summaries ⇒ Array<Types::QuickResponseSummary>
Summary information about the quick responses.
6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6458 class ListQuickResponsesResponse < Struct.new( :quick_response_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |