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

    Interface DeleteSessionRequest

    The parameters for deleteSession.

    interface DeleteSessionRequest {
        appName: string;
        sessionId: string;
        userId: string;
    }

    Properties

    appName: string

    The name of the application.

    sessionId: string

    The ID of the session.

    userId: string

    The ID of the user.