experiment with yes no help cancel
This commit is contained in:
@@ -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 ({
|
||||
|
||||
Reference in New Issue
Block a user