You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="successCallback">The function that is called when the operation is successful.</param>
4446
4446
/// <param name="failCallback">The function that is called when the operation fails.</param>
4447
-
/// <param name="filter">A cacheable parameter that limits the results to those matching the specified filter. You must specify a filter query that includes a value for `language`, as well as a value for `workspace_id` or `request.context.metadata.deployment`. For more information, see the [documentation](https://cloud.ibm.com/docs/services/conversation/filter-reference.html#filter-query-syntax).</param>
4447
+
/// <param name="filter">A cacheable parameter that limits the results to those matching the specified filter. You must specify a filter query that includes a value for `language`, as well as a value for `workspace_id` or `request.context.metadata.deployment`. For more information, see the [documentation](https://cloud.ibm.com/docs/services/assistant/filter-reference.html#filter-query-syntax).</param>
4448
4448
/// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`. (optional)</param>
4449
4449
/// <param name="pageLimit">The number of records to return in each page of results. (optional, default to 100)</param>
4450
4450
/// <param name="cursor">A token identifying the last object from the previous page of results. (optional)</param>
/// <param name="failCallback">The function that is called when the operation fails.</param>
4555
4555
/// <param name="workspaceId">Unique identifier of the workspace.</param>
4556
4556
/// <param name="sort">The attribute by which returned results will be sorted. To reverse the sort order, prefix the value with a minus sign (`-`). Supported values are `name`, `updated`, and `workspace_id`. (optional)</param>
4557
-
/// <param name="filter">A cacheable parameter that limits the results to those matching the specified filter. For more information, see the [documentation](https://cloud.ibm.com/docs/services/conversation/filter-reference.html#filter-query-syntax). (optional)</param>
4557
+
/// <param name="filter">A cacheable parameter that limits the results to those matching the specified filter. For more information, see the [documentation](https://cloud.ibm.com/docs/services/assistant/filter-reference.html#filter-query-syntax). (optional)</param>
4558
4558
/// <param name="pageLimit">The number of records to return in each page of results. (optional, default to 100)</param>
4559
4559
/// <param name="cursor">A token identifying the last object from the previous page of results. (optional)</param>
Copy file name to clipboardExpand all lines: Scripts/Services/Assistant/v1/Models/CreateDialogNode.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,9 @@ public enum EventNameEnum
164
164
[fsProperty("previous_sibling")]
165
165
publicstringPreviousSibling{get;set;}
166
166
/// <summary>
167
-
/// The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/conversation/dialog-overview.html#complex).
167
+
/// The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/assistant/dialog-overview.html#complex).
168
168
/// </summary>
169
-
/// <value>The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/conversation/dialog-overview.html#complex).</value>
169
+
/// <value>The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/assistant/dialog-overview.html#complex).</value>
Copy file name to clipboardExpand all lines: Scripts/Services/Assistant/v1/Models/CreateValue.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ public enum ValueTypeEnum
73
73
[fsProperty("synonyms")]
74
74
publicList<string>Synonyms{get;set;}
75
75
/// <summary>
76
-
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/conversation/entities.html#creating-entities).
76
+
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/assistant/entities.html#creating-entities).
77
77
/// </summary>
78
-
/// <value>An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/conversation/entities.html#creating-entities).</value>
78
+
/// <value>An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/assistant/entities.html#creating-entities).</value>
Copy file name to clipboardExpand all lines: Scripts/Services/Assistant/v1/Models/UpdateDialogNode.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,9 @@ public enum EventNameEnum
164
164
[fsProperty("previous_sibling")]
165
165
publicstringPreviousSibling{get;set;}
166
166
/// <summary>
167
-
/// The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/conversation/dialog-overview.html#complex).
167
+
/// The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/assistant/dialog-overview.html#complex).
168
168
/// </summary>
169
-
/// <value>The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/conversation/dialog-overview.html#complex).</value>
169
+
/// <value>The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://cloud.ibm.com/docs/services/assistant/dialog-overview.html#complex).</value>
Copy file name to clipboardExpand all lines: Scripts/Services/Assistant/v1/Models/UpdateValue.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ public enum ValueTypeEnum
73
73
[fsProperty("synonyms")]
74
74
publicList<string>Synonyms{get;set;}
75
75
/// <summary>
76
-
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/conversation/entities.html#creating-entities).
76
+
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/assistant/entities.html#creating-entities).
77
77
/// </summary>
78
-
/// <value>An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/conversation/entities.html#creating-entities).</value>
78
+
/// <value>An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://cloud.ibm.com/docs/services/assistant/entities.html#creating-entities).</value>
0 commit comments