Class: Aws::QConnect::Types::ConversationContext

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

Overview

The conversation context to include in SendMessage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#self_service_conversation_historyArray<Types::SelfServiceConversationHistory>

The self service conversation history before the Amazon Q in Connect session.



1854
1855
1856
1857
1858
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1854

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