Open luebbert42 opened 6 years ago
+1 for anyone looking into this. Anyone using SSML successfully with this library? Haven't really dug into this yet but it's next on my list.
return Alexa::ssml('<speak>' . $text . '<break time="2s"/>' . $text2 . '</speak>');
works for me.
I am trying to use SSML. This is what I have so far:
In the simulator this arrives as:
The simulator can output this, the real device refuses to do that ("problem has occured" -> don't know the correct error msg in English).
Questions:
In other words: How can I bring SSML to life with this library?