Send message feature #11

Merged
senaduka merged 32 commits from send-message-feature into master 2018-01-23 12:20:02 +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 () {