GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
248 stars 501 forks source link

Implements sessions for Twilio integration #48

Open buffolander opened 3 years ago

buffolander commented 3 years ago

It implements the concept of sessions for Twilio integration. – Session duration is configured as an env var in the Dockerfile – When not configured or omitted, the incoming phone number is used as session reference

Other minor changes:

buffolander commented 3 years ago

In the Twilio server, when you're simply replying to a message via res.send it's unnecessary to initialize Twilio with your accountSID and authToken