Closed solyarisoftware closed 6 years ago
The code you reference is from our older SDK for Node.js. I suggest updating to the newly release version, however to make that version listen for a response, you would add .listen()
to the response builder as you can see in the Help Intent handler. If you do something similar in the GetNewFactIntent handler, Alexa will listen for more input.
This fact sample doesn't get into back and forth interactions. To get a better picture of how that works, I suggest checking out the trivia skill or the High Low Game.
If you have any follow up questions on this issue, please re-open the issue.
thanks for your detailed reply!
Hi
I'm an Alexa- beginner and I do not understand the behavior of this skill: (testing with https://developer.amazon.com/alexa/console/)
afterward:
again:
it seems to me that after
GetNewFactIntent
, the skill immediately "exit" and I have to invoke again the skill.So I do not understand when events will be fired:
Any idea?
BTW, In general, how can I "maintain" the session open into the skill, avoiding to exit after the first intent?
Thanks giorgio