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
+2-30Lines changed: 2 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ Node.js client library to use the Watson APIs.
20
20
*[IBM Watson Services](#ibm-watson-services)
21
21
*[Authorization](#authorization)
22
22
*[Assistant] (#assistant)
23
-
*[Conversation](#conversation)
24
23
*[Discovery](#discovery)
25
24
*[Language Translator](#language-translator)
26
25
*[Natural Language Classifier](#natural-language-classifier)
@@ -172,34 +171,7 @@ assistant.message(
172
171
173
172
### Conversation
174
173
175
-
Use the [Conversation][conversation] service to determine the intent of a message.
176
-
177
-
Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
178
-
179
-
```js
180
-
var ConversationV1 =require('watson-developer-cloud/conversation/v1');
0 commit comments