I'm working on a tutorial step by step for google Assistant, using Dialogflow to detect intents.
Each step is related to an audio record, that i call by the Fullfiment method.
For each step i d'like to use command like : - previous (go back to the previous step) - Next (next step) - Pause (make a pause) - repeat
But to be practical and conversationnal, i need that the user can say the command at any time. Is there a specific method to let the mic open during a the time i stream the audio response? Have you some example of voice app that work like that ?
Thanks very much.