@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface SIInitiateSessionResponse

    Brand agent's response to session initiation

    interface SIInitiateSessionResponse {
        session_id: string;
        response?: { message?: string; ui_elements?: SIUIElement[] };
        negotiated_capabilities?: SICapabilities;
        errors?: Error[];
        ext?: ExtensionObject;
    }
    Index

    Properties

    session_id: string

    Unique session identifier for subsequent messages

    response?: { message?: string; ui_elements?: SIUIElement[] }

    Brand agent's initial response

    Type Declaration

    • Optionalmessage?: string

      Conversational message from brand agent

    • Optionalui_elements?: SIUIElement[]

      Visual components to render

    negotiated_capabilities?: SICapabilities
    errors?: Error[]

    Errors during session initiation

    ext?: ExtensionObject