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.
7131 7132 7133 7134 7135 7136 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7131 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.
7131 7132 7133 7134 7135 7136 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7131 class ListQuickResponsesResponse < Struct.new( :quick_response_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |