Invoke Alexa device from lambda function

淺唱寂寞╮ 提交于 2019-12-11 06:29:48

问题


I am new in Alexa development. I have successfully create an Alexa skill with AWS lambda function and Node.js code. It's working fine with my Alexa echo plus device.

e.g : Alexa, open "mySampleApp"

Now, I need to invoke Alexa device to make it speak via from another lambda function.
Is it possible?

e.g: I just execute my lambda function.
I need to make speech output via my Alexa echo plus device.


回答1:


Sounds like you want to trigger a notification (make speech output) from outside of your skill; if that's it, then it's not possible YET. Push notifications have been a feature people have been aksing for a while and they recently announced that are comming soon, see: https://developer.amazon.com/blogs/alexa/post/8cc45487-d5fb-413b-b6c7-eeea4794d10c/amazon-announces-notifications-for-alexa-feature-is-coming-soon-sign-up-to-stay-tuned



来源:https://stackoverflow.com/questions/46792076/invoke-alexa-device-from-lambda-function

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!