Documentation - v1.2.0-alpha.3
    Preparing search index...

    Data structure to store conversation state for agent interactions

    interface ConversationData {
        conversationReference: ConversationReference;
        nameRequested: boolean;
    }
    Index

    Properties

    conversationReference: ConversationReference

    Reference to the conversation for maintaining context across interactions

    nameRequested: boolean

    Flag indicating whether a name was requested from the agent