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

    Interface ListArtifactKeysRequest

    The parameters for listArtifactKeys.

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

    Properties

    appName: string

    The app name.

    sessionId: string

    The session ID.

    userId: string

    The user ID.