complete switch to new alexa package

This commit is contained in:
GotPPay
2018-01-18 21:33:44 +01:00
parent 2f59e12aa7
commit 68287d49ff
7 changed files with 62 additions and 253 deletions

View File

@@ -82,6 +82,7 @@ var generateInteractionModel = function (skill) {
});
//Special Email Intents :
/*
allIntents.push ({
name: 'EmailIntentLaunch',
slots: [],
@@ -123,6 +124,7 @@ var generateInteractionModel = function (skill) {
'My message is {The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.|Message}',
],
});
*/
result.interactionModel = {};