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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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)


3671
3672
3673
3674
3675
3676
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3671

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

#resultsArray<Types::QuickResponseSearchResultData>

The results of the quick response search.



3671
3672
3673
3674
3675
3676
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3671

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