1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 23:31:30 +03:00
leon/core/data/en/global-resolvers/affirmation_denial.json

56 lines
1.0 KiB
JSON
Raw Normal View History

{
"$schema": "../../../../schemas/global-data/global-resolver.json",
"name": "affirmation_denial",
"intents": {
"affirmation": {
"utterance_samples": [
"Yes",
"Yep",
"Yup",
"Yeah",
"Do [it|this|that]",
"For sure",
"Sure thing",
"Of course!",
"Okay",
"OK",
"Alright",
"Correct",
"Indeed",
"Agree",
"Perfect",
"That's right",
"That works",
"Go ahead",
"Why not",
"Please",
"Absolutely",
"Precisely",
"Spot on",
"Undoubtedly",
"Certainly",
"Without a doubt",
"Definitely"
],
"value": true
},
"denial": {
"utterance_samples": [
"No",
"No no don't",
"Stop it",
"Nope",
"Naa",
"No thanks",
"No I'm fine",
"Hell no",
"Please do not",
"I disagree",
"Negative",
"Not at all"
],
"value": false
}
}
}