Share via


ConversationData interface

Data structure to store conversation state for agent interactions

Properties

conversationReference

Reference to the conversation for maintaining context across interactions

nameRequested

Flag indicating whether a name was requested from the agent

Property Details

conversationReference

Reference to the conversation for maintaining context across interactions

conversationReference: ConversationReference

Property Value

nameRequested

Flag indicating whether a name was requested from the agent

nameRequested: boolean

Property Value

boolean