This project is a virtual assistant for the 'Dogie Walker'. This assistant will accept and store requests made for booking slots to walk the dog on behalf of the Dogie Walker.
To run this app:
1. Install NodeJS on linux:
sudo apt-get update
sudo apt-get install nodejs
1. Install NodeJS on MacOS:
brew install node
2. Run the file: app.js with CLI arguments as chat input
node app.js "hello"
or
node app.js "Yes, Please book a slot"
etc.
Following is the working Query and Response from Dialogflow:
#To Do:
- Store responses from customers.
- Build a frontend for the chatbot.