/Dogie_Walker_Chatbot

A chatbot with NodeJS and Dialogflow

Primary LanguageJavaScript


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

sudo apt-get update
sudo apt-get install nodejs


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: DogieWalkerSS


#To Do:

  1. Store responses from customers.
  2. Build a frontend for the chatbot.