There is no option to turn on enhanced option for Speech recognition Result in Studio widgets.
In that case,I guess we have to use twiml redirect to another twiml or Run functuion widgets.
But,if we used that ,how will we return back to studio? using twiml.redirect and ?FlowEvent=return, with this way? But where should we use this url to get back to studio?
twiml.gather({action:'webhook.twil.io/AC..../FW...xx?FlowEvent=return'
enhanced:true} ,'Hi say your query');
But,this actually doesnt return back to studio. Or should we put url of another function in action and redirect from that function to studio?