1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-24 09:12:20 +03:00
leon/core/data/fr/global-resolvers/affirmation_denial.json

42 lines
793 B
JSON

{
"$schema": "../../../../schemas/global-data/global-resolver.json",
"name": "affirmation_denial",
"intents": {
"affirmation": {
"utterance_samples": [
"Oui",
"Yep",
"Yup",
"Ouais",
"Faisons ça",
"Bien sûr",
"Évidemment",
"Tout à fait",
"Correct",
"OK",
"C'est vrai",
"En effet",
"Entendu",
"Ça marche",
"Pourquoi pas",
"Parfait",
"Allez"
],
"value": true
},
"denial": {
"utterance_samples": [
"Non",
"Ne le fais pas",
"Nope",
"Non merci",
"Non ça va",
"C'est faux",
"Bien sûr que non",
"Fais pas ça"
],
"value": false
}
}
}