I want to make the Assistant leave the microphone open for the user to dictate for up to 1 minute maximum. I somehow want to make it close the microphone only if there previously were 10 seconds of silence.
At the moment the mic closes if the user has stopped speaking at any moment. I'm not sure if there is any way to change the way the microphone opens for input and closes after input.
Should I use the Dialogflow API or what should I look towards to solve my problem? Thanks!