Buzzr Sports Engine API
    Preparing search index...

    Type Alias RecommendationGameEntry

    One candidate game handed to rankGamesForUser.

    type RecommendationGameEntry = {
        baseScore?: number | null;
        context?: PredictionContext | null;
        game: EntertainmentGameInput;
        id?: string | null;
    }
    Index

    Properties

    baseScore?: number | null

    Precomputed base entertainment score (1-10). Estimated when absent.

    context?: PredictionContext | null
    id?: string | null

    Stable game id; used for socialSignal lookup and tie-breaking.