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
{{ message }}
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
* Update packages with per npm audit
* Update versions
* update libs and sdk version
* Some prep for making Redis optional (but not yet)
* Update to node.js 8
* Misc updates to readme
* travis update
@@ -98,12 +98,12 @@ Create the service by following this link and hitting `Create`:
98
98
Import the Assistant workspace.json:
99
99
100
100
* Find the Assistant service in your IBM Cloud Dashboard.
101
-
* Click on the service and then click on `Launch tool`.
101
+
* Click on the service and then click on `Launch Watson Assistant`.
102
102
* Go to the `Skills` tab.
103
-
* Click `Create new`
103
+
* Click `Create skill`
104
104
* Click the `Import skill` tab.
105
105
* Click `Choose JSON file`, go to your cloned repo dir, and `Open` the workspace.json file in [`data/conversation/workspaces/workspace.json`](data/conversation/workspaces/workspace.json).
106
-
* Select `Everything` and click `Import`.
106
+
* Select `Everything (Intents, Entities, and Dialog)` and click `Import`.
107
107
108
108
To find the `WORKSPACE_ID` for Watson Assistant:
109
109
@@ -185,7 +185,7 @@ Databases for Redis, and Weather Company Data), can be found in the IBM Cloud UI
185
185
186
186
### 6. Create the OpenWhisk action
187
187
188
-
As a prerequisite, [install the Cloud Functions (IBM Cloud OpenWhisk) CLI](https://cloud.ibm.com/docs/openwhisk/bluemix_cli.html#cloudfunctions_cli)
188
+
As a prerequisite, [install the Cloud Functions (IBM Cloud OpenWhisk) CLI](https://cloud.ibm.com/docs/openwhisk?topic=cloud-functions-cli_install)
189
189
190
190
#### Create the OpenWhisk action
191
191
@@ -198,12 +198,12 @@ to create a raw HTTP web action in OpenWhisk.
@@ -333,7 +333,6 @@ The next screenshot shows how the location is automatically used in the next 'we
333
333
*[Alexa/Google Home infinite loop conversation](https://www.youtube.com/watch?v=LEz9AU9c2qQ): Check out how it works.
334
334
*[Award winners](https://voicebot.ai/2017/03/01/amazon-alexa-ibm-watson-won-2016-voice-assistant-wars-already-winning-2017/): Amazon Alexa and IBM Watson won the 2016 Voice Assistant Wars.
335
335
*[Bluemix Stirred](https://bluemixstirred.wordpress.com/2017/05/11/use-the-amazon-echo-dot-with-the-watson-conversation-service/): Learn how to use the Amazon Echo and Dot with the Watson Assistant Service.
336
-
*[Old Demo on Youtube](https://www.youtube.com/watch?v=4cTSkX0wSV8): Watch the video.
0 commit comments