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
* feat(assistant): assistant service added with unit tests
* test(assistant tests): updates version date for integration tests
* test(assistant): adds integration test for assistant. also updates checking for environment variable
* ci(travis): updates travis credentials
* test(conversation tests): removed nullcheck on removed field
* test(assistant tests): added unit tests verifying credentials are obtained correctly in environment
* docs(README update for assistant):
* chore(gitignore): add assistant js files to gitignore
* Fix travis build
* docs(README): readme updates removing conversation example
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 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
-
*[Conversation](#conversation)
22
+
*[Assistant] (#assistant)
23
23
*[Discovery](#discovery)
24
24
*[Language Translator](#language-translator)
25
25
*[Natural Language Classifier](#natural-language-classifier)
@@ -137,24 +137,23 @@ function (err, token) {
137
137
});
138
138
```
139
139
140
+
### Assistant
140
141
141
-
### Conversation
142
-
143
-
Use the [Conversation][conversation] service to determine the intent of a message.
142
+
Use the [Assistant][assistant] service to determine the intent of a message.
144
143
145
-
Note: you must first create a workspace via Bluemix. See [the documentation](https://console.bluemix.net/docs/services/conversation/index.html#about) for details.
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.
0 commit comments