This project is a simple example of how to use multiplatform Dialogflow with Cloud Functions.
This is a project that allows you to simulate rich responses for voicebots like Google Assistant and chatbots like Telegram, Messenger.
This project is done with npm, Node.JS and Firebase CLI.
-
Node.js To use this project it is necessary to have Node.JS and npm installed on your computer. Download Node.JS
-
Firebase CLI It is a package that allows you to emulate and host cloud functions in firebase. Download Firebase CLI
- Follow the instructions to install the project correctly.
1. git clone https://github.com/MaximilianoVeiga/dialogflow-cloud-functions.git
2. cd dialogflow-cloud-functions
- Install the dependencies and run the server:
3. yarn install
4. yarn serve
or
3. npm install
4. npm run serve
That's it! =)
This project can be used by anyone! MIT License