This project consists of a Dialogflow agent, deployed to firebase cloud functions that shows the use of dialogflow, cloud functions and the Vonage SMS API.
This project is designed as a demo, not as a finished solution.
In this repo you can find a node.js demo for presentation on the 01/06/2021 for Women Tech Founders Program
- Sign-up or Log-in to your Dialogflow account.
- In Dialogflow's console, select Create Agent in the left navigation and fill in the required fields and Save.
- Name for your agent, i.e.
Women-tech-founders
- Select Create.
- Go to the settings ⚙ > Export and Import tab > Restore from zip.
Upload the
Women-tech-founders.zip
file located in this repo. - git clone
https://github.com/amdcavallaro/dialogflow-vonage-sms.git
- Download and install Node.js
- Install Firebase
- Within the repo directory,
$npm install
to install all of the project's dependencies.
- Node.js
- Dialogflow
- Cloud Functions for Firebase
- Vonage SMS API