I am a complete novice to building Alexa skills.
I have managed to build and send a skill live, but now want to improve it.
I primarily want to change the way Alexa speaks my code... I don't understand how to implement SSML into my Node.js code...
This is part of my code...
"AMAZON.CancelIntent": function () {
this.response.speak("Thank you for using The Bible Geek. If you enjoyed your learning experience, why not leave us a 5 star review and let us know if there are topics that you would like The Bible Geek to cover. Goodbye")
this.emit(':responseReady'); },
I'd really like to be able to implement a pause such as <break time="3s"/>
Any help appreciated. Thanks in advance