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

Support for CanFulfillIntentRequest #367

Open orlylevf opened 6 years ago

orlylevf commented 6 years ago

The feature is in public beta

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

orlylev commented 5 years ago

I will add the implementation this week

user1m commented 5 years ago

+1. Running into an issue where the underlying system is adding sessionAttributes back to the response object after I've deleted it, making my response for CanFulfillIntentRequest incorrect.

user1m commented 5 years ago

@orlylev any progress on this? Thanks for taking the lead here btw!

orlylev commented 5 years ago

I did the development on fork version It is ready I am adding some changes to work without user is and session (this is Amazon requirements for this flow) Will complete in a few days, probably this week

orlylev commented 5 years ago

I completed the development Tested with Alexa according to Amazon it can be tested with manual JSON in the simulator There I can't remove the session object in the request (it fail in Amazon We will add it to existing application and submit to Amazon

mudaser-caremerge commented 5 years ago

any updates on this feature?

dblock commented 5 years ago

Waiting on you to help finish #378 @mudaser-caremerge!