Question explanation #12

Merged
senaduka merged 20 commits from question-explanation into send-message-feature 2018-01-23 12:19:14 +01:00
Showing only changes of commit cc579133c0 - Show all commits

View File

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