complete switch to new alexa package
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user