1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-07 02:06:56 +03:00
leon/core/data/en/resolvers/affirm_deny.json

36 lines
585 B
JSON
Raw Normal View History

{
"name": "affirm_deny",
"intents": {
"system.affirm": {
"utterance_samples": [
"Yes",
"Yep",
"Yup",
"Yeah",
"Let's do it",
"For sure",
"Sure thing",
"Of course!",
"Okay",
"OK",
"Alright",
"Correct",
"Indeed"
],
"value": true
},
"system.deny": {
"utterance_samples": [
"No",
"No no don't",
"Nope",
"Naa",
"No thanks",
"No I'm fine",
"Hell no"
],
"value": false
}
}
}