Fix launch review comments #19

Merged
senaduka merged 10 commits from fix-launch-review-comments into master 2018-04-18 08:19:12 +02:00
senaduka commented 2018-04-18 02:19:41 +02:00 (Migrated from gitlab.com)

Created by: GotPPay

This PR contains :

  • alexa skill request verification as requested from amazon
  • closing session after intent is finished. Intent is finished if user action is not required (for example, if user asks for headlines or news, after reciting headlines or news, skill should close as recommended from amazon)

There was bug when user does not say anything, session closes abruptly with "skill took too long to respond", meaning that alexa expected some kind of response, but none was given.
This bug is solved now, so if user doesn't say anything, session is closed normally.This should resolve issue from second review failure

*Created by: GotPPay* This PR contains : - alexa skill request verification as requested from amazon - closing session after intent is finished. Intent is finished if user action is not required (for example, if user asks for headlines or news, after reciting headlines or news, skill should close as recommended from amazon) There was bug when user does not say anything, session closes abruptly with "skill took too long to respond", meaning that alexa expected some kind of response, but none was given. This bug is solved now, so if user doesn't say anything, session is closed normally.This should resolve issue from second review failure
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: senaduka/old-tellall#19