Hello I am implementing a google home action, I already have it working but now I will like to add some more "intents", my action hits a webhook that return SSML like the one below, the audio starts to play right away, which is right.
<speech>Some text
<audio src="https://example.com/mp3">Couldn't load the audio></audio>
<speech>
My intent it is not market as "end of conversation" is it possible to implement intents to pause the current audio file been played? (when I ask to pause, the assistant replies, nothing is playing and stops playing my file), how about moving forward or backwards 20s for instance?. All this capabilities are supported by alexa and that make me thought it will be possible here.
Thanks in advance for any tips