From cc579133c0688076636b38b8328097611b1f4bce Mon Sep 17 00:00:00 2001 From: GotPPay Date: Tue, 23 Jan 2018 02:23:59 +0100 Subject: [PATCH] Amazon default intents not working with dialog --- backend/models/alexa.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/backend/models/alexa.js b/backend/models/alexa.js index 63d9f16..61b390c 100644 --- a/backend/models/alexa.js +++ b/backend/models/alexa.js @@ -159,15 +159,6 @@ module.exports = { } }; - //Defaul Amazon handlers (some of them) - - handlers['AMAZON.HelpIntent'] = function () { - console.log ('Help intent'); - this.response - .speak (listOfPossibleQuestions) - .listen (constants.voiceResponseStrings.GENERIC_CONTINUE); //Phrase from listen doesn't work !!! - }; - //Default handlers for unknown questions and session close handlers.Unhandled = function () {