Recommender

The recommender used to generate the recommendations.

Types

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

Properties

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
inline fun copy(block: Recommender.Builder.() -> Unit = {}): Recommender
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