Skip to content

Update assistant link readme #663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update assistant link readme
  • Loading branch information
anweshan authored Mar 15, 2018
commit 09691961ea7765d152e701529d8fa69d0577d082
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Node.js client library to use the Watson APIs.
* [Examples](#examples)
* [IBM Watson Services](#ibm-watson-services)
* [Authorization](#authorization)
* [Assistant] (#assistant)
* [Assistant] (#conversation)
* [Discovery](#discovery)
* [Language Translator](#language-translator)
* [Natural Language Classifier](#natural-language-classifier)
Expand Down Expand Up @@ -139,9 +139,9 @@ function (err, token) {

### Assistant

Use the [Assistant][assistant] service to determine the intent of a message.
Use the [Assistant][conversation] service to determine the intent of a message.

Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/assistant/index.html#about) for details.
Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.

```js
var AssistantV1 = require('watson-developer-cloud/assistant/v1');
Expand Down Expand Up @@ -526,7 +526,7 @@ This library is licensed under Apache 2.0. Full license text is available in

See [CONTRIBUTING](https://github.com/watson-developer-cloud/node-sdk/blob/master/.github/CONTRIBUTING.md).

[assistant]: https://www.ibm.com/watson/services/assistant/
[assistant]: https://www.ibm.com/watson/services/conversation/
[conversation]: https://www.ibm.com/watson/services/conversation/
[discovery]: https://www.ibm.com/watson/services/discovery/
[personality_insights]: https://www.ibm.com/watson/services/personality-insights/
Expand Down