I am creating a speech recognition + synthesis platform through the browser using webkit speech API. I was wondering if there was a way to capture Dialog flow's agent response and then run it through web speech API.
For example, I've built a chatbot in DialogFlow. Now I want to combine that with Web Speech API so that if I ask the correct question in the browser, it will speak the corresponding answer.