kristajg / twilio-virtualagent-context

Pass Context from Google Dialogflow Essentials to Twilio Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pass Context from Google Dialogflow Essentials to Twilio Studio


Languages

Language:Python 53.8%Language:JavaScript 41.7%Language:Makefile 4.6%