experiment with yes no help cancel

This commit is contained in:
GotPPay
2018-01-23 14:40:01 +01:00
parent 3700d9bb58
commit c0a177d39b
2 changed files with 53 additions and 5 deletions

View File

@@ -81,6 +81,23 @@ var generateInteractionModel = function (skill) {
slots: [],
});
allIntents.push ({
name: 'YesIntent',
samples: [
'Yes',
'Yes please',
'I would like that',
'Yes I would like that',
],
slots: [],
});
allIntents.push ({
name: 'NoIntent',
samples: ['No', 'No thank you'],
slots: [],
});
//Special intent for sending message (Dialog)
allIntents.push ({