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 547b33a commit 795f8aaCopy full SHA for 795f8aa
src/Algolia.Search/Models/Search/SearchResponse.cs
@@ -155,6 +155,11 @@ public class SearchResponse<T> where T : class
155
/// </summary>
156
public int AbTestVariantID { get; set; }
157
158
+ /// <summary>
159
+ /// A/B test ID. This is only included in the response for indices that are part of an A/B test.
160
+ /// </summary>
161
+ public int? AbTestID { get; set; }
162
+
163
/// <summary>
164
/// The query string that will be searched, after normalization.
165
0 commit comments