ConversationData interface
Data structure to store conversation state for agent interactions
Properties
conversation |
Reference to the conversation for maintaining context across interactions |
name |
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