Class: Aws::QConnect::Types::ListQuickResponsesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListQuickResponsesResponse
- Includes:
- Structure
- Defined in:
- 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.
7043 7044 7045 7046 7047 7048 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7043 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.
7043 7044 7045 7046 7047 7048 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7043 class ListQuickResponsesResponse < Struct.new( :quick_response_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |