Class: Aws::QConnect::Types::ProactiveRecommendationDataDetails

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

Overview

Details about a proactive recommendation, including the token used to retrieve its chunked response with GetNextMessage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_message_token ⇒ String

The token used to retrieve the next message in the proactive recommendation. Pass this token in a GetNextMessage request to continue receiving the chunked proactive response. Each response returns the next token to use until the chunked response is complete.

Returns:

  • (String)


8590
8591
8592
8593
8594
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8590

class ProactiveRecommendationDataDetails < Struct.new(
  :next_message_token)
  SENSITIVE = []
  include Aws::Structure
end