PersonalizationStrategyParams

algoliasearch.personalization.PersonalizationStrategyParams
case class PersonalizationStrategyParams(eventScoring: Seq[EventScoring], facetScoring: Seq[FacetScoring], personalizationImpact: Int)

PersonalizationStrategyParams

Value parameters

eventScoring

Scores associated with the events.

facetScoring

Scores associated with the facets.

personalizationImpact

The impact that personalization has on search results: a number between 0 (personalization disabled) and 100 (personalization fully enabled).

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product