ADK for TypeScript: API Reference
    Preparing search index...

    Interface LiveRequest

    Request sent to live agents.

    interface LiveRequest {
        activityEnd?: ActivityEnd;
        activityStart?: ActivityStart;
        blob?: Blob_2;
        close?: boolean;
        content?: Content;
    }

    Properties

    activityEnd?: ActivityEnd

    If set, signal the end of user activity to the model.

    activityStart?: ActivityStart

    If set, signal the start of user activity to the model.

    blob?: Blob_2

    If set, send the blob to the model in realtime mode.

    close?: boolean

    If set, close the queue.

    content?: Content

    If set, send the content to the model in turn-by-turn mode.