add missing spread operator
This commit is contained in:
@@ -100,7 +100,7 @@ var generateInteractionModel = function (skill) {
|
|||||||
slots: [],
|
slots: [],
|
||||||
});
|
});
|
||||||
|
|
||||||
allIntents.push(builtInIntents);
|
allIntents.push(...builtInIntents);
|
||||||
|
|
||||||
//Special intent for sending message (Dialog)
|
//Special intent for sending message (Dialog)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user