You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param eventScoring Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
11
-
* @param facetScoring Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
10
+
* @param eventsScoring Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
11
+
* @param facetsScoring Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
12
12
* @param personalizationImpact Impact of personalization on the search results. If set to 0, personalization has no impact on the search results.
13
13
*/
14
14
@Serializable
15
15
publicdata classPersonalizationStrategyParams(
16
16
17
17
/** Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. */
0 commit comments