Class: Aws::ConnectWisdomService::Types::ListQuickResponsesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ListQuickResponsesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2248 class ListQuickResponsesResponse < Struct.new( :next_token, :quick_response_summaries) SENSITIVE = [] include Aws::Structure end |
#quick_response_summaries ⇒ Array<Types::QuickResponseSummary>
Summary information about the quick responses.
2248 2249 2250 2251 2252 2253 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2248 class ListQuickResponsesResponse < Struct.new( :next_token, :quick_response_summaries) SENSITIVE = [] include Aws::Structure end |