We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed23a9 commit bb48aa4Copy full SHA for bb48aa4
src/Algolia.Search/Models/Search/Query.cs
@@ -284,6 +284,13 @@ public Query(string searchQuery = null)
284
/// </summary>
285
public bool? ClickAnalytics { get; set; }
286
287
+ /// <summary>
288
+ /// The `personalizationImpact` parameter sets the percentage of the impact that personalization has on ranking records.
289
+ /// The value must be between 0 and 100 (inclusive)
290
+ /// This parameter will not be taken into account if `enablePersonalization` is **false**.
291
+ /// </summary>
292
+ public int? PersonalizationImpact { get; set; }
293
+
294
/// <summary>
295
/// Enable personalization for the query
296
0 commit comments