This project requires you to set up a Watson Assistant skill to run correctly.
After cloning the repo:
npm install
npm start
After setting up an Account and free service. Go into the Watson Assistant service and create a new Dialog skill. You can upload skill-Are-you-Rob-Base_.json
to a new dialog skill and you should be up and running.
Add a new .env
file to hold your Watson Assistant credentials. This file is ignored in this repository. Add the following to the file and fill in the credentials provided by Watson Assistant:
# Watson Assistant credentials
USERNAME=<username>
PASSWORD=<password>
VERSION=2018-09-20
URL=https://gateway.watsonplatform.net/conversation/api
SKILL_ID=<skill_id>
That's it you should have a functioning chatbot!