mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-21 07:41:39 +03:00
44 lines
747 B
JSON
44 lines
747 B
JSON
{
|
|
"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",
|
|
"Agree",
|
|
"Perfect",
|
|
"That's right",
|
|
"That works",
|
|
"Go ahead",
|
|
"Why not",
|
|
"I do"
|
|
],
|
|
"value": true
|
|
},
|
|
"system.deny": {
|
|
"utterance_samples": [
|
|
"No",
|
|
"No no don't",
|
|
"Nope",
|
|
"Naa",
|
|
"No thanks",
|
|
"No I'm fine",
|
|
"Hell no",
|
|
"Please do not"
|
|
],
|
|
"value": false
|
|
}
|
|
}
|
|
}
|