alexa-js / alexa-app

A framework for Alexa (Amazon Echo) apps using Node.js
https://www.youtube.com/watch?v=pzM4jv7k7Rg
MIT License
1.03k stars 212 forks source link

Implement CanFulfillIntentRequest #377

Closed orlylev closed 5 years ago

orlylev commented 5 years ago

resolves #367

  1. Add for handler deducted for CanFulfillIntentRequest
  2. Implement default response for Can Fulfill for the intent and slots
  3. Changes to enable working without user id (as needed by AWS)

See details in Amazon documentation https://developer.amazon.com/docs/custom-skills/implement-canfulfillintentrequest-for-name-free-interaction.html

https://developer.amazon.com/docs/custom-skills/understand-name-free-interaction-for-custom-skills.html