-
Notifications
You must be signed in to change notification settings - Fork 1
/
Readme.txt
29 lines (21 loc) · 1.62 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Intelligent Customer Help Desk with Smart Document Understanding
In this project,
I have created a AI powered chatbot using IBM Watson Assistant and integrated it with Node-Red.
This Chatbot helps user in efficient way to find the queries regarding the device (Here device used is Heater-"ecobee3").
At a certain point a Chatbot drain out of responses and asks user that if they want to interact with the company representative, So instead of redirecting user to the representative this AI powered Chatbot give an ease to the user by providing the information of the device.
This is made possible due to use of "Watson Discovery" during the Developement of Chatbot.
Watson Discovery keeps the tracks of keywords entered by user and find out the most appropriate Content from the document provided, and deliveres it to user.
So in this way this Chatbot help to minimize your time to go through all the manual and helps by giving a most precise information related to the query.
At the end this Chatbot is integrated to a webpage with the help of "Node-Red" where
"Watson Assistant->Watson Discovery->Cloud Function"
use of these major resources is done
And finally a user friendly Chatbot was built.
The Node-Red flow : https://helpdesk-nodered.eu-gb.mybluemix.net/red/#flow/26f76e78.f9b3f2
The ChatBot : https://helpdesk-nodered.eu-gb.mybluemix.net/ui/#!/0?socketid=t-16t-JJU_8pMhBqAAAX
The Tutorial : https://youtu.be/mFO2dqX9YOI
As the data (Document) fed is of Heater,
Try following Questions :
"How can I turn on the heater"
"How can I access the settings"
"How can I configure it through wifi"
etc...