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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2133
2134
2135
2136
2137
# File 'lib/aws-sdk-qconnect/types.rb', line 2133

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