Class: Aws::QConnect::Types::ConversationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ConversationContext
- 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
-
#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.
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 |