Search code examples
javascriptnode.jsamazon-web-servicesalexa-skills-kit

How to open alexa skill on browser?


i have created a recipe recommendation alexa skill, and when i say "Alexa, send me the recipe", then it should open a browser amd show mw the result in phone. Is this possible??

I have created a skill. It is working fine in alexa developoer console. but want this on smartphone browser.


Solution

  • You have two options:

    You will be able to send push notification on the Alexa App of the user that will redirect them to either a web link or within a mobile app.

    Note: Alexa for Apps is a developer preview and might change as Amazon receives feedback and iterates on the feature. To use this feature, you must register for the preview.

    • Alexa Web API For Games: It will open the browser on the device. Only compatible with device that have a screen. (will not send you a notification on the phone)