2022-03-21 19:39:36 +03:00
|
|
|
{
|
2022-05-23 17:33:56 +03:00
|
|
|
"name": "affirmation_denial",
|
2022-03-21 19:39:36 +03:00
|
|
|
"intents": {
|
2022-06-30 19:19:36 +03:00
|
|
|
"affirmation": {
|
2022-03-21 19:39:36 +03:00
|
|
|
"utterance_samples": [
|
|
|
|
"Yes",
|
|
|
|
"Yep",
|
|
|
|
"Yup",
|
|
|
|
"Yeah",
|
|
|
|
"Let's do it",
|
|
|
|
"For sure",
|
|
|
|
"Sure thing",
|
|
|
|
"Of course!",
|
|
|
|
"Okay",
|
|
|
|
"OK",
|
|
|
|
"Alright",
|
|
|
|
"Correct",
|
2022-05-14 07:53:31 +03:00
|
|
|
"Indeed",
|
|
|
|
"Agree",
|
|
|
|
"Perfect",
|
|
|
|
"That's right",
|
|
|
|
"That works",
|
|
|
|
"Go ahead",
|
2022-06-30 19:19:36 +03:00
|
|
|
"Why not",
|
|
|
|
"Please"
|
2022-03-21 19:39:36 +03:00
|
|
|
],
|
|
|
|
"value": true
|
|
|
|
},
|
2022-06-30 19:19:36 +03:00
|
|
|
"denial": {
|
2022-03-21 19:39:36 +03:00
|
|
|
"utterance_samples": [
|
|
|
|
"No",
|
|
|
|
"No no don't",
|
|
|
|
"Nope",
|
|
|
|
"Naa",
|
|
|
|
"No thanks",
|
|
|
|
"No I'm fine",
|
2022-05-14 07:53:31 +03:00
|
|
|
"Hell no",
|
|
|
|
"Please do not"
|
2022-03-21 19:39:36 +03:00
|
|
|
],
|
|
|
|
"value": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|