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
Use the [Assistant][conversation] service to determine the intent of a message.
286
+
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.
288
+
289
+
```js
290
+
var AssistantV1 =require('watson-developer-cloud/assistant/v1');
0 commit comments