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
Make sure the `Legend` option is updated to `Show` so you can distinguish between the various lines.
446
+
447
+

448
+
449
+
Once you redeploy the application, following the link to the Dashboard
450
+
451
+
and you should see the chart building:
452
+
453
+

454
+
455
+
*_Congratulations!_* - you have completed the process of integrating live Twitter with Watson's natural language processing capabilities for identifying emtional tone.
456
+
457
+
The next Lab will extend this to .
434
458
435
459
<divstyle="page-break-after: always;"></div>
436
460
### Lab - twitter chatbot setup
437
461
438
462
Now, a selection of the tweets can be directed to a chatbot service to trigger a response (based on the Watson Assitant service).
439
463
440
-
Firstly, get hold of an existing Chatbot configuration; for this lab, we will be using one of the Bot definitions in the [IBM Bot Asset Exchange](https://developer.ibm.com/code/exchanges/bots/?s=jay-z)
441
-
442
-
This bot responds to queries with the lyrics and wisdom of renowned artists [Jay-Z](https://en.wikipedia.org/wiki/Jay-Z).
464
+
Firstly, get hold of an existing Chatbot configuration; for this lab, we will be using one of the many Bot definitions in the [IBM Bot Asset Exchange](https://developer.ibm.com/code/exchanges/bots/?s=jay-z)
443
465
444
466
Click the `Get this bot` option and save the resulting JSON string to a local file. This file will be imported into the Watson Assistant tool shortly.
445
467
468
+
This bot responds to queries with the lyrics and wisdom of renowned artists [Jay-Z](https://en.wikipedia.org/wiki/Jay-Z).
469
+
446
470
Yo will need to create an instance of the Watson Assistant service in the IBM Cloud catalog -
And *_carefully_***NOT** clicking on the `Create` option, select the `Import workspace` icon  and navigate to your saved Jay-Z bot JSON file.
458
482
@@ -475,9 +499,17 @@ Using the existing Node-RED flow, select one of the tone category streams from t
475
499
476
500
You will need the credentials for the Watson Assistant instance, to plug into the node configuration menu. Either:
477
501
+ make a connection between the Watson Assitant instance, and your Node-Red application, and after re-stage, the credentials will automatically populate the Watson Conversation nodes
478
-
+ copy the credentials from the Watson Assitant instance, and apply directly to the node configuration, and use straight away.
502
+
+ copy the credentials from the Watson Assitant instance, and apply directly to the node configuration, and use straight away (as you did previously for the Watson Tone Analyzer service)
Click the details menu  and select `View details` to view the `Workspace ID` - copy this into the corresponding field in the Node-RED Conversation node configuration panel.
0 commit comments