To be extremely clear, I want to know how to add sound from the firebase repository to actions on Google? I have been stuck on this issue for several weeks now. I uploaded my sound to the firebase repository, and from it I copied the link provided by Firebase and pasted the audio URL in this format into the speech output. Check how I did this: -
<speak>
<audio src="https://firebasestorage.googleapis.com/v0/b/enrich-58fdf.appspot.com/o/xxx.mp3?alt=media&token=aabcd430-9d46-45f6-ad21-fdca0895123f">
</audio>
</speak>
But that did not work. But a few months ago in the Google+ community, I found a guy who asked a question similar to this question, and Allen Pervenenberg answered, and he said, to add a * * token between and and the token. Therefore, after this, the new code generates ie
<speak>
<audio src="https://firebasestorage.googleapis.com/v0/b/enrich-58fdf.appspot.com/o/xxx.mp3?alt=media&token=aabcd430-9d46-45f6-ad21-fdca0895123f">
</audio>
</speak>
. , SSML , . - ?