⚠️ Internal: This API is not publically exported by the package.

Parameters for getting recommendations using the 'profile_to_items' recommendation type.

interface UserToItemsRecommendationParams {
    cursor?: string;
    excludeRatedItems?: boolean;
    filters?: FilterInline[];
    maxResults?: number;
    reranking?: Reranking[];
    scenario?: string;
    sessionId?: string;
    skipDefaultScenario?: boolean;
    userId: string;
}

Properties

cursor?: string
excludeRatedItems?: boolean
filters?: FilterInline[]
maxResults?: number
reranking?: Reranking[]
scenario?: string
sessionId?: string
skipDefaultScenario?: boolean
userId: string