Class: Aws::QConnect::Types::SearchQuickResponsesResponse

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)


10132
10133
10134
10135
10136
10137
# File 'lib/aws-sdk-qconnect/types.rb', line 10132

class SearchQuickResponsesResponse < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<Types::QuickResponseSearchResultData>

The results of the quick response search.



10132
10133
10134
10135
10136
10137
# File 'lib/aws-sdk-qconnect/types.rb', line 10132

class SearchQuickResponsesResponse < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end