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

    Interface GetSessionRequest

    The parameters for getSession.

    interface GetSessionRequest {
        appName: string;
        config?: GetSessionConfig;
        sessionId: string;
        userId: string;
    }

    Properties

    appName: string

    The name of the application.

    The configurations for getting the session.

    sessionId: string

    The ID of the session.

    userId: string

    The ID of the user.