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

    Interface ListSessionsRequest

    The parameters for listSessions.

    interface ListSessionsRequest {
        appName: string;
        userId: string;
    }

    Properties

    appName: string

    The name of the application.

    userId: string

    The ID of the user.