-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
9,907 additions
and
417 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "53931d50-05e3-4bd4-9941-5726cf060c87", | ||
"name": "situacion_ansiogena", | ||
"isOverridable": true, | ||
"isEnum": false, | ||
"isRegexp": false, | ||
"automatedExpansion": false, | ||
"allowFuzzyExtraction": true | ||
} |
9 changes: 9 additions & 0 deletions
9
backend/dialogflow_agent/entities/situacion_ansiogena_CAMBIAR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "51b44f2c-4a38-4022-9c3c-bba89ef46a40", | ||
"name": "situacion_ansiogena_CAMBIAR", | ||
"isOverridable": true, | ||
"isEnum": false, | ||
"isRegexp": false, | ||
"automatedExpansion": false, | ||
"allowFuzzyExtraction": true | ||
} |
41 changes: 41 additions & 0 deletions
41
backend/dialogflow_agent/entities/situacion_ansiogena_CAMBIAR_entries_es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[ | ||
{ | ||
"value": "acercamiento", | ||
"synonyms": [ | ||
"abrir el coche", | ||
"ponerme el cinturón", | ||
"estar sentado en el coche", | ||
"tocar el volante", | ||
"subirme al coche", | ||
"meterme en el coche" | ||
] | ||
}, | ||
{ | ||
"value": "circulacion", | ||
"synonyms": [ | ||
"circulacion", | ||
"conducir", | ||
"llevar", | ||
"guiar", | ||
"circular" | ||
] | ||
}, | ||
{ | ||
"value": "adelantamiento", | ||
"synonyms": [ | ||
"adelantamiento", | ||
"adelantar", | ||
"rebasar" | ||
] | ||
}, | ||
{ | ||
"value": "estacionamiento", | ||
"synonyms": [ | ||
"estacionamiento", | ||
"aparcar", | ||
"estacionar", | ||
"aparcamiento", | ||
"parking" | ||
] | ||
} | ||
] |
56 changes: 56 additions & 0 deletions
56
backend/dialogflow_agent/entities/situacion_ansiogena_entries_es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
[ | ||
{ | ||
"value": "C1-S1", | ||
"synonyms": [ | ||
"sentarme en el coche", | ||
"estar sentado en el coche", | ||
"sentarme en el vehículo", | ||
"estar sentado en el vehículo", | ||
"subirme al coche", | ||
"subirme al vehículo" | ||
] | ||
}, | ||
{ | ||
"value": "C1-S2", | ||
"synonyms": [ | ||
"arrancar", | ||
"arrancar el coche", | ||
"arrancar el vehículo", | ||
"poner el coche en marcha", | ||
"arrancar el motor", | ||
"ponerlo en marcha" | ||
] | ||
}, | ||
{ | ||
"value": "C2-S1", | ||
"synonyms": [ | ||
"Salir de la cochera", | ||
"sacar el coche de la cochera", | ||
"salir del garaje", | ||
"sacar el coche del garaje" | ||
] | ||
}, | ||
{ | ||
"value": "C2-S2", | ||
"synonyms": [ | ||
"Incoporarme al tráfico" | ||
] | ||
}, | ||
{ | ||
"value": "C2-S3", | ||
"synonyms": [ | ||
"Incorporarme al tráfico desde otra vía" | ||
] | ||
}, | ||
{ | ||
"value": "C3-S1", | ||
"synonyms": [ | ||
"Decidir un sitio en el que aparcar", | ||
"buscar aparcamiento", | ||
"buscar estacionamiento", | ||
"encontrar un estacionamiento", | ||
"decidir un sitio para estacionar", | ||
"elegir el sitio para aparcar" | ||
] | ||
} | ||
] |
Oops, something went wrong.