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

    Interface ActivityEvent

    Represents a generic activity or status update.

    interface ActivityEvent {
        detail: Record<string, unknown>;
        kind: string;
        type: ACTIVITY;
    }

    Properties

    detail: Record<string, unknown>
    kind: string
    type: ACTIVITY