@@ -136,9 +136,12 @@ public AssistantService(string versionDate, Credentials credentials) : base(vers
136
136
/// <param name="callback">The callback function that is invoked when the operation completes.</param>
137
137
/// <param name="workspaceId">Unique identifier of the workspace.</param>
138
138
/// <param name="input">An input object that includes the input text. (optional)</param>
139
- /// <param name="intents">An array of intents recognized in the user input, sorted in descending order of
140
- /// confidence. (optional)</param>
141
- /// <param name="entities">An array of entities identified in the user input. (optional)</param>
139
+ /// <param name="intents">Intents to use when evaluating the user input. Include intents from the previous
140
+ /// response to continue using those intents rather than trying to recognize intents in the new input.
141
+ /// (optional)</param>
142
+ /// <param name="entities">Entities to use when evaluating the message. Include entities from the previous
143
+ /// response to continue using those entities rather than detecting entities in the new input.
144
+ /// (optional)</param>
142
145
/// <param name="alternateIntents">Whether to return more than one intent. A value of `true` indicates that all
143
146
/// matching intents are returned. (optional, default to false)</param>
144
147
/// <param name="context">State information for the conversation. To maintain state, include the context from
@@ -519,8 +522,7 @@ private void OnGetWorkspaceResponse(RESTConnector.Request req, RESTConnector.Res
519
522
/// This operation is limited to 500 requests per 30 minutes. For more information, see **Rate limiting**.
520
523
/// </summary>
521
524
/// <param name="callback">The callback function that is invoked when the operation completes.</param>
522
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
523
- /// 100)</param>
525
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
524
526
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
525
527
/// default to false)</param>
526
528
/// <param name="sort">The attribute by which returned workspaces will be sorted. To reverse the sort order,
@@ -1009,8 +1011,7 @@ private void OnGetIntentResponse(RESTConnector.Request req, RESTConnector.Respon
1009
1011
/// <param name="export">Whether to include all element content in the returned data. If **export**=`false`, the
1010
1012
/// returned data includes only information about the element itself. If **export**=`true`, all content,
1011
1013
/// including subelements, is included. (optional, default to false)</param>
1012
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
1013
- /// 100)</param>
1014
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
1014
1015
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
1015
1016
/// default to false)</param>
1016
1017
/// <param name="sort">The attribute by which returned intents will be sorted. To reverse the sort order, prefix
@@ -1468,8 +1469,7 @@ private void OnGetExampleResponse(RESTConnector.Request req, RESTConnector.Respo
1468
1469
/// <param name="callback">The callback function that is invoked when the operation completes.</param>
1469
1470
/// <param name="workspaceId">Unique identifier of the workspace.</param>
1470
1471
/// <param name="intent">The intent name.</param>
1471
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
1472
- /// 100)</param>
1472
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
1473
1473
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
1474
1474
/// default to false)</param>
1475
1475
/// <param name="sort">The attribute by which returned examples will be sorted. To reverse the sort order,
@@ -1915,8 +1915,7 @@ private void OnGetCounterexampleResponse(RESTConnector.Request req, RESTConnecto
1915
1915
/// </summary>
1916
1916
/// <param name="callback">The callback function that is invoked when the operation completes.</param>
1917
1917
/// <param name="workspaceId">Unique identifier of the workspace.</param>
1918
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
1919
- /// 100)</param>
1918
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
1920
1919
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
1921
1920
/// default to false)</param>
1922
1921
/// <param name="sort">The attribute by which returned counterexamples will be sorted. To reverse the sort
@@ -2377,8 +2376,7 @@ private void OnGetEntityResponse(RESTConnector.Request req, RESTConnector.Respon
2377
2376
/// <param name="export">Whether to include all element content in the returned data. If **export**=`false`, the
2378
2377
/// returned data includes only information about the element itself. If **export**=`true`, all content,
2379
2378
/// including subelements, is included. (optional, default to false)</param>
2380
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
2381
- /// 100)</param>
2379
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
2382
2380
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
2383
2381
/// default to false)</param>
2384
2382
/// <param name="sort">The attribute by which returned entities will be sorted. To reverse the sort order,
@@ -2958,8 +2956,7 @@ private void OnGetValueResponse(RESTConnector.Request req, RESTConnector.Respons
2958
2956
/// <param name="export">Whether to include all element content in the returned data. If **export**=`false`, the
2959
2957
/// returned data includes only information about the element itself. If **export**=`true`, all content,
2960
2958
/// including subelements, is included. (optional, default to false)</param>
2961
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
2962
- /// 100)</param>
2959
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
2963
2960
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
2964
2961
/// default to false)</param>
2965
2962
/// <param name="sort">The attribute by which returned entity values will be sorted. To reverse the sort order,
@@ -3442,8 +3439,7 @@ private void OnGetSynonymResponse(RESTConnector.Request req, RESTConnector.Respo
3442
3439
/// <param name="workspaceId">Unique identifier of the workspace.</param>
3443
3440
/// <param name="entity">The name of the entity.</param>
3444
3441
/// <param name="value">The text of the entity value.</param>
3445
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
3446
- /// 100)</param>
3442
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
3447
3443
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
3448
3444
/// default to false)</param>
3449
3445
/// <param name="sort">The attribute by which returned entity value synonyms will be sorted. To reverse the sort
@@ -3949,8 +3945,7 @@ private void OnGetDialogNodeResponse(RESTConnector.Request req, RESTConnector.Re
3949
3945
/// </summary>
3950
3946
/// <param name="callback">The callback function that is invoked when the operation completes.</param>
3951
3947
/// <param name="workspaceId">Unique identifier of the workspace.</param>
3952
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
3953
- /// 100)</param>
3948
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
3954
3949
/// <param name="includeCount">Whether to include information about the number of records returned. (optional,
3955
3950
/// default to false)</param>
3956
3951
/// <param name="sort">The attribute by which returned dialog nodes will be sorted. To reverse the sort order,
@@ -4210,8 +4205,7 @@ private void OnUpdateDialogNodeResponse(RESTConnector.Request req, RESTConnector
4210
4205
/// <param name="sort">How to sort the returned log events. You can sort by **request_timestamp**. To reverse
4211
4206
/// the sort order, prefix the parameter value with a minus sign (`-`). (optional, default to
4212
4207
/// request_timestamp)</param>
4213
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
4214
- /// 100)</param>
4208
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
4215
4209
/// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
4216
4210
/// <returns><see cref="LogCollection" />LogCollection</returns>
4217
4211
public bool ListAllLogs ( Callback < LogCollection > callback , string filter , string sort = null , long ? pageLimit = null , string cursor = null )
@@ -4310,8 +4304,7 @@ private void OnListAllLogsResponse(RESTConnector.Request req, RESTConnector.Resp
4310
4304
/// For more information, see the
4311
4305
/// [documentation](https://cloud.ibm.com/docs/services/assistant/filter-reference.html#filter-reference-syntax).
4312
4306
/// (optional)</param>
4313
- /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
4314
- /// 100)</param>
4307
+ /// <param name="pageLimit">The number of records to return in each page of results. (optional)</param>
4315
4308
/// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
4316
4309
/// <returns><see cref="LogCollection" />LogCollection</returns>
4317
4310
public bool ListLogs ( Callback < LogCollection > callback , string workspaceId , string sort = null , string filter = null , long ? pageLimit = null , string cursor = null )
0 commit comments