【发布时间】:2019-05-09 08:22:50
【问题描述】:
我是构建 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"/>
任何帮助表示赞赏。提前致谢
【问题讨论】:
标签: aws-lambda alexa-skills-kit alexa-skill alexa-voice-service ssml