GetProfileRecommendationsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of item IDs to rank for the user. Use this when you want to re-rank a specific set of items rather than getting recommendations from the full item catalog. Required for personalized-ranking use cases.

Link copied to clipboard

The contextual metadata used to provide dynamic runtime information to tailor recommendations.

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard

The maximum number of recommendations to return. The default value is 10.

Link copied to clipboard

Configuration for including item metadata in the recommendation response. Use this to specify which metadata columns to return alongside recommended items.

Link copied to clipboard

The unique identifier of the profile for which to retrieve recommendations.

Link copied to clipboard

A list of filters to apply to the returned recommendations. Filters define criteria for including or excluding items from the recommendation results.

Link copied to clipboard

The unique name of the recommender.

Link copied to clipboard

A list of promotional filters to apply to the recommendations. Promotional filters allow you to promote specific items within a configurable subset of recommendation results.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String