@@ -132,9 +132,9 @@ public interface IRecommendClient
132
132
/// <summary>
133
133
/// Delete a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/).
134
134
/// </summary>
135
- /// <param name="indexName">Index on which to perform the request .</param>
135
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
136
136
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
137
- /// <param name="objectID">Unique record (object) identifier.</param>
137
+ /// <param name="objectID">Unique record identifier.</param>
138
138
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
139
139
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
140
140
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -146,9 +146,9 @@ public interface IRecommendClient
146
146
/// <summary>
147
147
/// Delete a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/). (Synchronous version)
148
148
/// </summary>
149
- /// <param name="indexName">Index on which to perform the request .</param>
149
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
150
150
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
151
- /// <param name="objectID">Unique record (object) identifier.</param>
151
+ /// <param name="objectID">Unique record identifier.</param>
152
152
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
153
153
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
154
154
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -160,9 +160,9 @@ public interface IRecommendClient
160
160
/// <summary>
161
161
/// Return a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/).
162
162
/// </summary>
163
- /// <param name="indexName">Index on which to perform the request .</param>
163
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
164
164
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
165
- /// <param name="objectID">Unique record (object) identifier.</param>
165
+ /// <param name="objectID">Unique record identifier.</param>
166
166
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
167
167
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
168
168
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -174,9 +174,9 @@ public interface IRecommendClient
174
174
/// <summary>
175
175
/// Return a [Recommend rule](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/). (Synchronous version)
176
176
/// </summary>
177
- /// <param name="indexName">Index on which to perform the request .</param>
177
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
178
178
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
179
- /// <param name="objectID">Unique record (object) identifier.</param>
179
+ /// <param name="objectID">Unique record identifier.</param>
180
180
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
181
181
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
182
182
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -188,7 +188,7 @@ public interface IRecommendClient
188
188
/// <summary>
189
189
/// Some operations, such as deleting a Recommend rule, will respond with a `taskID` value. Use this value here to check the status of that task.
190
190
/// </summary>
191
- /// <param name="indexName">Index on which to perform the request .</param>
191
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
192
192
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
193
193
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
194
194
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -202,7 +202,7 @@ public interface IRecommendClient
202
202
/// <summary>
203
203
/// Some operations, such as deleting a Recommend rule, will respond with a `taskID` value. Use this value here to check the status of that task. (Synchronous version)
204
204
/// </summary>
205
- /// <param name="indexName">Index on which to perform the request .</param>
205
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
206
206
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
207
207
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
208
208
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -240,7 +240,7 @@ public interface IRecommendClient
240
240
/// <summary>
241
241
/// List [Recommend rules](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/).
242
242
/// </summary>
243
- /// <param name="indexName">Index on which to perform the request .</param>
243
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
244
244
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
245
245
/// <param name="searchRecommendRulesParams"> (optional)</param>
246
246
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -254,7 +254,7 @@ public interface IRecommendClient
254
254
/// <summary>
255
255
/// List [Recommend rules](https://www.algolia.com/doc/guides/algolia-recommend/how-to/rules/). (Synchronous version)
256
256
/// </summary>
257
- /// <param name="indexName">Index on which to perform the request .</param>
257
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
258
258
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
259
259
/// <param name="searchRecommendRulesParams"> (optional)</param>
260
260
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -505,9 +505,9 @@ public object CustomPut(string path, Dictionary<string, object> parameters = def
505
505
///
506
506
/// Required API Key ACLs:
507
507
/// - editSettings
508
- /// <param name="indexName">Index on which to perform the request .</param>
508
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
509
509
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
510
- /// <param name="objectID">Unique record (object) identifier.</param>
510
+ /// <param name="objectID">Unique record identifier.</param>
511
511
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
512
512
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
513
513
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -541,9 +541,9 @@ public async Task<DeletedAtResponse> DeleteRecommendRuleAsync(string indexName,
541
541
///
542
542
/// Required API Key ACLs:
543
543
/// - editSettings
544
- /// <param name="indexName">Index on which to perform the request .</param>
544
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
545
545
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
546
- /// <param name="objectID">Unique record (object) identifier.</param>
546
+ /// <param name="objectID">Unique record identifier.</param>
547
547
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
548
548
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
549
549
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -560,9 +560,9 @@ public DeletedAtResponse DeleteRecommendRule(string indexName, RecommendModels m
560
560
///
561
561
/// Required API Key ACLs:
562
562
/// - settings
563
- /// <param name="indexName">Index on which to perform the request .</param>
563
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
564
564
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
565
- /// <param name="objectID">Unique record (object) identifier.</param>
565
+ /// <param name="objectID">Unique record identifier.</param>
566
566
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
567
567
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
568
568
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -596,9 +596,9 @@ public async Task<RuleResponse> GetRecommendRuleAsync(string indexName, Recommen
596
596
///
597
597
/// Required API Key ACLs:
598
598
/// - settings
599
- /// <param name="indexName">Index on which to perform the request .</param>
599
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
600
600
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
601
- /// <param name="objectID">Unique record (object) identifier.</param>
601
+ /// <param name="objectID">Unique record identifier.</param>
602
602
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
603
603
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
604
604
/// <exception cref="ArgumentException">Thrown when arguments are not correct</exception>
@@ -615,7 +615,7 @@ public RuleResponse GetRecommendRule(string indexName, RecommendModels model, st
615
615
///
616
616
/// Required API Key ACLs:
617
617
/// - editSettings
618
- /// <param name="indexName">Index on which to perform the request .</param>
618
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
619
619
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
620
620
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
621
621
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -648,7 +648,7 @@ public async Task<GetRecommendTaskResponse> GetRecommendStatusAsync(string index
648
648
///
649
649
/// Required API Key ACLs:
650
650
/// - editSettings
651
- /// <param name="indexName">Index on which to perform the request .</param>
651
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
652
652
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
653
653
/// <param name="taskID">Unique identifier of a task. Numeric value (up to 64bits).</param>
654
654
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -712,7 +712,7 @@ public GetRecommendationsResponse GetRecommendations(GetRecommendationsParams ge
712
712
///
713
713
/// Required API Key ACLs:
714
714
/// - settings
715
- /// <param name="indexName">Index on which to perform the request .</param>
715
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
716
716
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
717
717
/// <param name="searchRecommendRulesParams"> (optional)</param>
718
718
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
@@ -745,7 +745,7 @@ public async Task<SearchRecommendRulesResponse> SearchRecommendRulesAsync(string
745
745
///
746
746
/// Required API Key ACLs:
747
747
/// - settings
748
- /// <param name="indexName">Index on which to perform the request .</param>
748
+ /// <param name="indexName">Name of the index on which to perform the operation .</param>
749
749
/// <param name="model">[Recommend models](https://www.algolia.com/doc/guides/algolia-recommend/overview/#recommend-models). </param>
750
750
/// <param name="searchRecommendRulesParams"> (optional)</param>
751
751
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
0 commit comments