DialogFlow implementation with nodejs, message response API for WappBot
In the following link you will find an implementation of this api, in the use of WappBot a simple ChatBot for Whatsapp: https://github.com/boehlergerman/WappBot
This simple app will help you understand
- How to write an API in node
- How to integrate your node JS app with DialogFlow (API.AI) as dialogflow library
To get the google keys go to the Google console cloud platform and manage your new app generating the API credentials with Json format, for any doubt about this procedure your ISSUE does not bother.
- Push this app to Heroku
- Test the API https://wapp-bot.herokuapp.com/message - use Postman to test it
Open DialogFlow portal - https://dialogflow.com/
- Create an account and login
- BoehlerGerman - Initial work - BoehlerGerman
This project is licensed under the MIT License - see the LICENSE.md file for details