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
Copy file name to clipboardExpand all lines: algoliasearch/Models/Personalization/PersonalizationStrategyParams.cs
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -24,29 +24,29 @@ public PersonalizationStrategyParams() { }
24
24
/// <summary>
25
25
/// Initializes a new instance of the PersonalizationStrategyParams class.
26
26
/// </summary>
27
-
/// <param name="eventScoring">Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. (required).</param>
28
-
/// <param name="facetScoring">Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results. (required).</param>
27
+
/// <param name="eventsScoring">Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. (required).</param>
28
+
/// <param name="facetsScoring">Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results. (required).</param>
29
29
/// <param name="personalizationImpact">Impact of personalization on the search results. If set to 0, personalization has no impact on the search results. (required).</param>
/// Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
39
39
/// </summary>
40
40
/// <value>Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. </value>
41
-
[JsonPropertyName("eventScoring")]
42
-
publicList<EventScoring>EventScoring{get;set;}
41
+
[JsonPropertyName("eventsScoring")]
42
+
publicList<EventsScoring>EventsScoring{get;set;}
43
43
44
44
/// <summary>
45
45
/// Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
46
46
/// </summary>
47
47
/// <value>Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results. </value>
48
-
[JsonPropertyName("facetScoring")]
49
-
publicList<FacetScoring>FacetScoring{get;set;}
48
+
[JsonPropertyName("facetsScoring")]
49
+
publicList<FacetsScoring>FacetsScoring{get;set;}
50
50
51
51
/// <summary>
52
52
/// Impact of personalization on the search results. If set to 0, personalization has no impact on the search results.
@@ -63,8 +63,8 @@ public override string ToString()
0 commit comments