drachtio/drachtio-freeswitch-modules

Understanding mod_dialogflow

Closed this issue · 1 comments

Hello Dave,

I successfully installed mod_dialogflow and other module in freeswitch. But did not understand Can i use this in my use case. Please help me to understand this better. My use case is i have a freeswitch server serving 15-20 calls per day. Normal ivr interactions is happening on that. I build a application using python2.7. During ivr instruction i want to redirect user to dialogflow. Where user speak and dialogflow return me a intent and again i decide my db operation by using that intent. Basically want to build a voice chatbot over my ivr. I was validating this by building a dialplan. Where i am just answering the call and want to send that audio to dialogflow. Starting dialogflow by using uuid of that inbound call.

I really tried hard to understand. I am very much new to this freeswitch development.

Thanks

This module is really meant to be used in conjunction with https://github.com/davehorton/drachtio-dialogflow-phone-gateway

To use it with a python app, you would need to recreate the above functionality over esl in your app.