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
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,8 +282,6 @@ function (err, token) {
282
282
283
283
### Assistant v2
284
284
285
-
> Watson Assistant v2 API is released in beta. For details, see the ["Introducing Watson Assistant"](https://www.ibm.com/blogs/watson/2018/03/the-future-of-watson-conversation-watson-assistant/) blog post.
286
-
287
285
Use the [Assistant][conversation] service to determine the intent of a message.
288
286
289
287
Note: You must first create a workspace via IBM Cloud. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
Copy file name to clipboardExpand all lines: assistant/v2.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -452,6 +452,8 @@ namespace AssistantV2 {
452
452
actions?: DialogNodeAction[];
453
453
/** Additional detailed information about a message response and how it was generated. */
454
454
debug?: MessageOutputDebug;
455
+
/** An object containing any custom properties included in the response. This object includes any arbitrary properties defined in the dialog JSON editor as part of the dialog node output. */
456
+
user_defined?: Object;
455
457
}
456
458
457
459
/** Additional detailed information about a message response and how it was generated. */
0 commit comments