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

Multi turn dialog #389

Open omarpontis opened 5 years ago

omarpontis commented 5 years ago

Hello everyone. I need to create a multi turn dialog, in which i launch the intent, alexa has to ask me for a second value in order to do, or not, a second action. I'm struggling in order to do that. I read the documentation about dialog, directive etc...i also found different example, using original alexa-sdk (in which they check the dialog state, and then add a delegate directive to the response), but i'm in trouble doing this with alexa-js framework.

Can someone help me please :) i cannot find working examples.

Thanks in advance