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 () {