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

userId in app.launch #288

Open klaseriksson opened 6 years ago

klaseriksson commented 6 years ago

Is there a way to get the userId in the app.launch handler? It seems the userId property is only available on the request object in the sessionEnded handler.

dblock commented 6 years ago

Have you looked at the data being sent? Does it contain the user id?