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
* - $personalizationStrategyParams['eventScoring'] => (array) Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. (required)
371
-
* - $personalizationStrategyParams['facetScoring'] => (array) Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results. (required)
370
+
* - $personalizationStrategyParams['eventsScoring'] => (array) Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. (required)
371
+
* - $personalizationStrategyParams['facetsScoring'] => (array) Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results. (required)
372
372
* - $personalizationStrategyParams['personalizationImpact'] => (int) Impact of personalization on the search results. If set to 0, personalization has no impact on the search results. (required)
* @param \Algolia\AlgoliaSearch\Model\Personalization\EventScoring[] $eventScoring Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
195
+
* @param \Algolia\AlgoliaSearch\Model\Personalization\EventsScoring[] $eventsScoring Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
* @param \Algolia\AlgoliaSearch\Model\Personalization\FacetScoring[] $facetScoring Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
219
+
* @param \Algolia\AlgoliaSearch\Model\Personalization\FacetsScoring[] $facetsScoring Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
0 commit comments