我是构建 Alexa 技能的新手。
我已经设法建立并实时发送技能,但现在想改进它。
我主要想改变 Alexa 说出我的代码的方式......我不明白如何在我的 Node.js 代码中实现 SSML......
这是我的代码的一部分......
"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'); },
我真的很希望能够实现暂停,例如<break time="3s"/>
任何帮助表示赞赏。提前致谢