add missing spread operator

This commit is contained in:
GotPPay
2018-01-25 15:39:48 +01:00
parent 5d2a15bc93
commit b0737efb4e

View File

@@ -100,7 +100,7 @@ var generateInteractionModel = function (skill) {
slots: [],
});
allIntents.push(builtInIntents);
allIntents.push(...builtInIntents);
//Special intent for sending message (Dialog)