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

Missing progressive response support #326

Closed malikov closed 6 years ago

malikov commented 6 years ago

Basically I needed the requestId in order to post my progressive response to the amazon api endpoint. But when I was debugging I looked at the alexa-app source code and realise that the request.requestId filed was missing. Could this be added ?

See for further info : https://developer.amazon.com/docs/custom-skills/send-the-user-a-progressive-response.html

malikov commented 6 years ago

Nevermind I found it. Everything else is in the data attribute

matt-kruse commented 6 years ago

Yes, to be clear, inside alexa-app, request is a custom object. The data attribute of the request contains the raw request exactly as sent from Alexa to the skill.