Amazon default intents not working with dialog
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user