question

newuser-17602f13-2d30-4391-ae04-5f4456f56458 avatar image

Alexa SSML Audio tag file names

So i just tried this, and i can't find anywhere in the documentation as to why, but when using an audio tag, the url can not have a hyphen in the file name.


using the same file, just different names, and these are the results.


Does not work

<audio src="https://cdn.contoso.com/bot/audio/contoso-intro.mp3" />


Does work

<audio src="https://cdn.contoso.com/bot/audio/contoso_intro.mp3" />

alexa skills kitaudiossml
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers