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

    Interface CompositeSessionKey

    Represents a unified composite session key grouping application, user, and session identifiers.

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

    Hierarchy (View Summary)

    Properties

    appName: string

    The name of the application.

    sessionId: string

    The ID of the session.

    userId: string

    The ID of the user.