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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Node.js client library to use the Watson APIs.
19
19
*[Examples](#examples)
20
20
*[IBM Watson Services](#ibm-watson-services)
21
21
*[Authorization](#authorization)
22
-
*[Assistant] (#assistant)
22
+
*[Assistant] (#conversation)
23
23
*[Discovery](#discovery)
24
24
*[Language Translator](#language-translator)
25
25
*[Natural Language Classifier](#natural-language-classifier)
@@ -139,9 +139,9 @@ function (err, token) {
139
139
140
140
### Assistant
141
141
142
-
Use the [Assistant][assistant] service to determine the intent of a message.
142
+
Use the [Assistant][conversation] service to determine the intent of a message.
143
143
144
-
Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/assistant/index.html#about) for details.
144
+
Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
145
145
146
146
```js
147
147
var AssistantV1 =require('watson-developer-cloud/assistant/v1');
@@ -526,7 +526,7 @@ This library is licensed under Apache 2.0. Full license text is available in
526
526
527
527
See [CONTRIBUTING](https://github.com/watson-developer-cloud/node-sdk/blob/master/.github/CONTRIBUTING.md).
0 commit comments