Skip to content

Commit bb48aa4

Browse files
committed
Added: personalization impact in query
1 parent 8ed23a9 commit bb48aa4

File tree

1 file changed

+7
-0
lines changed
  • src/Algolia.Search/Models/Search

1 file changed

+7
-0
lines changed

src/Algolia.Search/Models/Search/Query.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,13 @@ public Query(string searchQuery = null)
284284
/// </summary>
285285
public bool? ClickAnalytics { get; set; }
286286

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+
287294
/// <summary>
288295
/// Enable personalization for the query
289296
/// </summary>

0 commit comments

Comments
 (0)