I have a usecase where in voice from a twilio call need to be passed to amazon lex and lex should respond back and twilio should respond with the response. My primary reason for using lex is because of limited amount of hints provided by twilio's <gather>
I see the <Gather> verb from twilio and it does do speech to text, but that has not been useful as the hints take only 50 options and I am looking at more than a thousand. Lex seems too complex but
- Is it possible to somehow send the audio to amazon lex ?
- If So, how can this be accomplished?
Sorry new to the Voice world :)