RecommenderConfig

Configuration for the recommender used to generate personalized recommendations included in an outbound web notification.

Types

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

Properties

Link copied to clipboard

A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.

Link copied to clipboard

The name of the Amazon Personalize domain that hosts the recommender.

Link copied to clipboard

The name of the recommender used to generate the recommendations.

Functions

Link copied to clipboard
inline fun copy(block: RecommenderConfig.Builder.() -> Unit = {}): RecommenderConfig
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