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

    Interface AppendEventRequest

    The parameters for appendEvent.

    interface AppendEventRequest {
        event: Event;
        session: Session;
    }

    Properties

    event: Event

    The event to append.

    session: Session

    The session to append the event to.