@salesforce/agents
    Preparing search index...

    Type Alias AgentPreviewStartResponse

    type AgentPreviewStartResponse = {
        _links: AgentPreviewMessageLinks;
        messages: AgentPreviewMessage[];
        sessionId: string;
    }
    Index

    Properties

    sessionId: string