Uses of Class
com.algolia.search.models.recommendation.EventsScoring
-
Packages that use EventsScoring Package Description com.algolia.search.models.recommendation -
-
Uses of EventsScoring in com.algolia.search.models.recommendation
Methods in com.algolia.search.models.recommendation that return EventsScoring Modifier and Type Method Description EventsScoringEventsScoring. setEventName(String eventName)EventsScoringEventsScoring. setEventType(String eventType)EventsScoringEventsScoring. setScore(int score)Methods in com.algolia.search.models.recommendation that return types with arguments of type EventsScoring Modifier and Type Method Description List<EventsScoring>GetStrategyResponse. getEventsScoring()List<EventsScoring>SetStrategyRequest. getEventsScoring()Method parameters in com.algolia.search.models.recommendation with type arguments of type EventsScoring Modifier and Type Method Description GetStrategyResponseGetStrategyResponse. setEventsScoring(List<EventsScoring> eventsScoring)SetStrategyRequestSetStrategyRequest. setEventsScoring(List<EventsScoring> eventsScoring)Constructor parameters in com.algolia.search.models.recommendation with type arguments of type EventsScoring Constructor Description SetStrategyRequest(List<EventsScoring> eventsScoring, List<FacetsScoring> facetsScoring, Integer personalizationImpact)
-