@salesforce/agents
    Preparing search index...

    Type Alias TranscriptEntry

    type TranscriptEntry = {
        agentId: string;
        raw?: any;
        reason?: string;
        role: TranscriptRole;
        sessionId: string;
        text?: string;
        timestamp: string;
    }
    Index

    Properties

    agentId: string
    raw?: any
    reason?: string
    sessionId: string
    text?: string
    timestamp: string