Is there any way while inside a Twilio Studio Flow to access Digits from a TwiML Gather that has been returned from a function inside the flow?
I am using Twilio Studio to create a rather complex call flow. At one point in the flow, I need to create a TwiML Gather with a dynamic number of options (there can be anywhere between 3 and 10 valid DTMF options).
The Twilio Function I have created works, and returns the TwiML Gather properly, but I cannot find a way to access the "Digits" result of this function's Gather once the user presses a key.
Thanks.