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
/** An array of objects describing the examples marked as irrelevant input. */
5226
5228
counterexamples: Counterexample[];
5227
-
/** The pagination data for the returned objects. */
5229
+
/** The pagination data for the returned objects. For more information about using pagination, see
5230
+
* [Pagination](#pagination).
5231
+
*/
5228
5232
pagination: Pagination;
5229
5233
}
5230
5234
@@ -5382,7 +5386,9 @@ namespace AssistantV1 {
5382
5386
exportinterfaceDialogNodeCollection{
5383
5387
/** An array of objects describing the dialog nodes defined for the workspace. */
5384
5388
dialog_nodes: DialogNode[];
5385
-
/** The pagination data for the returned objects. */
5389
+
/** The pagination data for the returned objects. For more information about using pagination, see
5390
+
* [Pagination](#pagination).
5391
+
*/
5386
5392
pagination: Pagination;
5387
5393
}
5388
5394
@@ -5508,6 +5514,9 @@ namespace AssistantV1 {
5508
5514
label: string;
5509
5515
/** An object defining the message input, intents, and entities to be sent to the Watson Assistant service if
5510
5516
* the user selects the corresponding disambiguation option.
5517
+
*
5518
+
* **Note:** These properties must be included in the request body of the next message sent to the assistant. Do
5519
+
* not modify or remove any of the included properties.
5511
5520
*/
5512
5521
value: DialogSuggestionValue;
5513
5522
/** The dialog output that will be returned from the Watson Assistant service if the user selects the
@@ -5520,7 +5529,7 @@ namespace AssistantV1 {
5520
5529
dialog_node?: string;
5521
5530
}
5522
5531
5523
-
/** An object defining the message input, intents, and entities to be sent to the Watson Assistant service if the user selects the corresponding disambiguation option. */
5532
+
/** An object defining the message input, intents, and entities to be sent to the Watson Assistant service if the user selects the corresponding disambiguation option. **Note:** These properties must be included in the request body of the next message sent to the assistant. Do not modify or remove any of the included properties. */
5524
5533
exportinterfaceDialogSuggestionValue{
5525
5534
/** An input object that includes the input text. */
5526
5535
input?: MessageInput;
@@ -5556,7 +5565,9 @@ namespace AssistantV1 {
5556
5565
exportinterfaceEntityCollection{
5557
5566
/** An array of objects describing the entities defined for the workspace. */
5558
5567
entities: Entity[];
5559
-
/** The pagination data for the returned objects. */
5568
+
/** The pagination data for the returned objects. For more information about using pagination, see
5569
+
* [Pagination](#pagination).
5570
+
*/
5560
5571
pagination: Pagination;
5561
5572
}
5562
5573
@@ -5576,7 +5587,9 @@ namespace AssistantV1 {
5576
5587
exportinterfaceEntityMentionCollection{
5577
5588
/** An array of objects describing the entity mentions defined for an entity. */
5578
5589
examples: EntityMention[];
5579
-
/** The pagination data for the returned objects. */
5590
+
/** The pagination data for the returned objects. For more information about using pagination, see
5591
+
* [Pagination](#pagination).
5592
+
*/
5580
5593
pagination: Pagination;
5581
5594
}
5582
5595
@@ -5599,7 +5612,9 @@ namespace AssistantV1 {
5599
5612
exportinterfaceExampleCollection{
5600
5613
/** An array of objects describing the examples defined for the intent. */
5601
5614
examples: Example[];
5602
-
/** The pagination data for the returned objects. */
5615
+
/** The pagination data for the returned objects. For more information about using pagination, see
5616
+
* [Pagination](#pagination).
5617
+
*/
5603
5618
pagination: Pagination;
5604
5619
}
5605
5620
@@ -5624,7 +5639,9 @@ namespace AssistantV1 {
5624
5639
exportinterfaceIntentCollection{
5625
5640
/** An array of objects describing the intents defined for the workspace. */
5626
5641
intents: Intent[];
5627
-
/** The pagination data for the returned objects. */
5642
+
/** The pagination data for the returned objects. For more information about using pagination, see
5643
+
* [Pagination](#pagination).
5644
+
*/
5628
5645
pagination: Pagination;
5629
5646
}
5630
5647
@@ -5650,7 +5667,9 @@ namespace AssistantV1 {
5650
5667
exportinterfaceLogCollection{
5651
5668
/** An array of objects describing log events. */
5652
5669
logs: Log[];
5653
-
/** The pagination data for the returned objects. */
5670
+
/** The pagination data for the returned objects. For more information about using pagination, see
5671
+
* [Pagination](#pagination).
5672
+
*/
5654
5673
pagination: LogPagination;
5655
5674
}
5656
5675
@@ -5674,7 +5693,7 @@ namespace AssistantV1 {
5674
5693
dialog_node?: string;
5675
5694
}
5676
5695
5677
-
/** The pagination data for the returned objects. */
5696
+
/** The pagination data for the returned objects. For more information about using pagination, see [Pagination](#pagination). */
5678
5697
exportinterfaceLogPagination{
5679
5698
/** The URL that will return the next page of results, if any. */
5680
5699
next_url?: string;
@@ -5824,7 +5843,7 @@ namespace AssistantV1 {
5824
5843
[propName: string]: any;
5825
5844
}
5826
5845
5827
-
/** The pagination data for the returned objects. */
5846
+
/** The pagination data for the returned objects. For more information about using pagination, see [Pagination](#pagination). */
5828
5847
exportinterfacePagination{
5829
5848
/** The URL that will return the same page of results. */
5830
5849
refresh_url: string;
@@ -5844,7 +5863,10 @@ namespace AssistantV1 {
5844
5863
5845
5864
/** ResponseGenericChannel. */
5846
5865
exportinterfaceResponseGenericChannel{
5847
-
/** A channel for which the response is intended. */
5866
+
/** A channel for which the response is intended.
5867
+
*
5868
+
* **Note:** On IBM Cloud Pak for Data, only `chat` is supported.
5869
+
*/
5848
5870
channel?: string;
5849
5871
}
5850
5872
@@ -6021,7 +6043,9 @@ namespace AssistantV1 {
6021
6043
exportinterfaceSynonymCollection{
6022
6044
/** An array of synonyms. */
6023
6045
synonyms: Synonym[];
6024
-
/** The pagination data for the returned objects. */
6046
+
/** The pagination data for the returned objects. For more information about using pagination, see
6047
+
* [Pagination](#pagination).
6048
+
*/
6025
6049
pagination: Pagination;
6026
6050
}
6027
6051
@@ -6058,7 +6082,9 @@ namespace AssistantV1 {
6058
6082
exportinterfaceValueCollection{
6059
6083
/** An array of entity values. */
6060
6084
values: Value[];
6061
-
/** The pagination data for the returned objects. */
6085
+
/** The pagination data for the returned objects. For more information about using pagination, see
6086
+
* [Pagination](#pagination).
6087
+
*/
6062
6088
pagination: Pagination;
6063
6089
}
6064
6090
@@ -6134,7 +6160,9 @@ namespace AssistantV1 {
6134
6160
exportinterfaceWorkspaceCollection{
6135
6161
/** An array of objects describing the workspaces associated with the service instance. */
6136
6162
workspaces: Workspace[];
6137
-
/** The pagination data for the returned objects. */
6163
+
/** The pagination data for the returned objects. For more information about using pagination, see
6164
+
* [Pagination](#pagination).
6165
+
*/
6138
6166
pagination: Pagination;
6139
6167
}
6140
6168
@@ -6200,10 +6228,13 @@ namespace AssistantV1 {
6200
6228
6201
6229
/** Workspace settings related to the version of the training algorithms currently used by the skill. */
6202
6230
exportinterfaceWorkspaceSystemSettingsNlp{
6203
-
/** The policy the skill follows for selecting the algorithm version to use:
6231
+
/** The policy the skill follows for selecting the algorithm version to use. For more information, see the
0 commit comments