From f714fdf70aac5294894a240b57eb4493bfa9e96a Mon Sep 17 00:00:00 2001 From: GotPPay Date: Wed, 24 Jan 2018 13:07:08 +0100 Subject: [PATCH] improve No intent --- backend/models/alexa.js | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/models/alexa.js b/backend/models/alexa.js index 68c7aac..f53543e 100644 --- a/backend/models/alexa.js +++ b/backend/models/alexa.js @@ -202,6 +202,7 @@ module.exports = { if (this.attributes['LaunchRequestYesNo']){ this.attributes['LaunchRequestYesNo'] = false; this.response.listen(constants.voiceResponseStrings.GENERIC_CONTINUE); + this.emit(':responseReady'); }else{ this.response.speak(constants.voiceResponseStrings.DIDNT_ASK_ANYTHING).listen(constants.voiceResponseStrings.GENERIC_CONTINUE); this.emit(':responseReady');