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.
7050 7051 7052 7053 7054 7055 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7050 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.
7050 7051 7052 7053 7054 7055 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7050 class ListQuickResponsesResponse < Struct.new( :quick_response_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |