/twilio-virtualagent-context

Pass Context from Google Dialogflow Essentials to Twilio Studio

Primary LanguagePython

twilio-virtualagent-context

Pass Context from Google Dialogflow Essentials to Twilio Studio. This code is intended for use with this Twilio blog post. This is for demo and tutorial purposes only and is not production ready code. Both node + express and python + flask examples are available depending on your language preference.


To get started, clone this repo and cd into the root folder

For Node:

cd ./node
npm i
npm start

For Python:

cd ./python
make install
python app.py