Skip to content

Commit

Permalink
Pull from branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGonzalezVelazquez committed May 22, 2020
2 parents 6de26c8 + 6dca90b commit cc97867
Show file tree
Hide file tree
Showing 80 changed files with 9,907 additions and 417 deletions.
Binary file modified backend/dialogflow_agent/STOPMiedo.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/dialogflow_agent/agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": false,
"googleAssistantCompatible": true,
"project": "stopmiedo-ikiqvp",
"welcomeIntentSignInRequired": false,
"startIntents": [],
Expand Down
9 changes: 9 additions & 0 deletions backend/dialogflow_agent/entities/situacion_ansiogena.json
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
}
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
}
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"
]
}
]
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"
]
}
]
Loading

0 comments on commit cc97867

Please # to comment.