Class: Aws::QConnect::Types::ConversationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ConversationContext
- 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
-
#self_service_conversation_history ⇒ Array<Types::SelfServiceConversationHistory>
The self service conversation history before the Amazon Q in Connect session.
Instance Attribute Details
#self_service_conversation_history ⇒ Array<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 |