Class: Aws::QConnect::Types::ListQuickResponsesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_summariesArray<Types::QuickResponseSummary>

Summary information about the quick responses.

Returns:



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