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

    Interface ListSessionsResponse

    The response of listing sessions.

    The events and states are not set within each Session object.

    interface ListSessionsResponse {
        sessions: Session[];
    }

    Properties

    sessions: Session[]

    A list of sessions.