@@ -314,8 +314,7 @@ public WorkspaceExport GetWorkspace(string workspaceId, bool? export = null, boo
314314 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
315315 /// default to false)</param>
316316 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
317- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
318- /// (optional)</param>
317+ /// the value with a minus sign (`-`). (optional)</param>
319318 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
320319 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
321320 /// the response. (optional, default to false)</param>
@@ -616,8 +615,7 @@ public IntentExport GetIntent(string workspaceId, string intent, bool? export =
616615 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
617616 /// default to false)</param>
618617 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
619- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
620- /// (optional)</param>
618+ /// the value with a minus sign (`-`). (optional)</param>
621619 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
622620 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
623621 /// the response. (optional, default to false)</param>
@@ -919,8 +917,7 @@ public Example GetExample(string workspaceId, string intent, string text, bool?
919917 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
920918 /// default to false)</param>
921919 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
922- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
923- /// (optional)</param>
920+ /// the value with a minus sign (`-`). (optional)</param>
924921 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
925922 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
926923 /// the response. (optional, default to false)</param>
@@ -1213,8 +1210,7 @@ public Counterexample GetCounterexample(string workspaceId, string text, bool? i
12131210 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
12141211 /// default to false)</param>
12151212 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
1216- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
1217- /// (optional)</param>
1213+ /// the value with a minus sign (`-`). (optional)</param>
12181214 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
12191215 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
12201216 /// the response. (optional, default to false)</param>
@@ -1509,8 +1505,7 @@ public EntityExport GetEntity(string workspaceId, string entity, bool? export =
15091505 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
15101506 /// default to false)</param>
15111507 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
1512- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
1513- /// (optional)</param>
1508+ /// the value with a minus sign (`-`). (optional)</param>
15141509 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
15151510 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
15161511 /// the response. (optional, default to false)</param>
@@ -1880,8 +1875,7 @@ public ValueExport GetValue(string workspaceId, string entity, string value, boo
18801875 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
18811876 /// default to false)</param>
18821877 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
1883- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
1884- /// (optional)</param>
1878+ /// the value with a minus sign (`-`). (optional)</param>
18851879 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
18861880 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
18871881 /// the response. (optional, default to false)</param>
@@ -2198,8 +2192,7 @@ public Synonym GetSynonym(string workspaceId, string entity, string value, strin
21982192 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
21992193 /// default to false)</param>
22002194 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
2201- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
2202- /// (optional)</param>
2195+ /// the value with a minus sign (`-`). (optional)</param>
22032196 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
22042197 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
22052198 /// the response. (optional, default to false)</param>
@@ -2493,8 +2486,7 @@ public DialogNode GetDialogNode(string workspaceId, string dialogNode, bool? inc
24932486 /// <param name="includeCount">Whether to include information about the number of records returned. (optional,
24942487 /// default to false)</param>
24952488 /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
2496- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
2497- /// (optional)</param>
2489+ /// the value with a minus sign (`-`). (optional)</param>
24982490 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
24992491 /// <param name="includeAudit">Whether to include the audit properties (`created` and `updated` timestamps) in
25002492 /// the response. (optional, default to false)</param>
@@ -2621,9 +2613,9 @@ public DialogNode UpdateDialogNode(string workspaceId, string dialogNode, Update
26212613 /// You must specify a filter query that includes a value for `language`, as well as a value for `workspace_id`
26222614 /// or `request.context.metadata.deployment`. For more information, see the
26232615 /// [documentation](https://console.bluemix.net/docs/services/conversation/filter-reference.html#filter-query-syntax).</param>
2624- /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
2625- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
2626- /// (optional )</param>
2616+ /// <param name="sort">How to sort the returned log events. You can sort by **request_timestamp**. To reverse
2617+ /// the sort order, prefix the parameter value with a minus sign (`-`). (optional, default to
2618+ /// request_timestamp )</param>
26272619 /// <param name="pageLimit">The number of records to return in each page of results. (optional, default to
26282620 /// 100)</param>
26292621 /// <param name="cursor">A token identifying the page of results to retrieve. (optional)</param>
@@ -2685,9 +2677,9 @@ public LogCollection ListAllLogs(string filter, string sort = null, long? pageLi
26852677 /// specified, the limit is 120 requests per minute. For more information, see **Rate limiting**.
26862678 /// </summary>
26872679 /// <param name="workspaceId">Unique identifier of the workspace.</param>
2688- /// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix
2689- /// the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`.
2690- /// (optional )</param>
2680+ /// <param name="sort">How to sort the returned log events. You can sort by **request_timestamp**. To reverse
2681+ /// the sort order, prefix the parameter value with a minus sign (`-`). (optional, default to
2682+ /// request_timestamp )</param>
26912683 /// <param name="filter">A cacheable parameter that limits the results to those matching the specified filter.
26922684 /// For more information, see the
26932685 /// [documentation](https://console.bluemix.net/docs/services/conversation/filter-reference.html#filter-query-syntax).
0 commit comments