Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Carlo Borsarelli
Personalizing-IoT-Ecosystems-via-Voice-code
Commits
8074c859
Commit
8074c859
authored
Jul 26, 2021
by
Carlo Borsarelli
Browse files
add: exported dialogflow agent
parent
00aaedcb
Changes
61
Hide whitespace changes
Inline
Side-by-side
dialogflow-agent-nodejs/agent/agent.json
View file @
8074c859
...
...
@@ -13,7 +13,9 @@
"welcomeIntentSignInRequired"
:
false
,
"startIntents"
:
[],
"systemIntents"
:
[],
"endIntentIds"
:
[],
"endIntentIds"
:
[
"67e643ff-44e6-4b50-87a1-67f4d0074d06"
],
"voiceType"
:
"VOICE_TYPE_UNSPECIFIED"
,
"capabilities"
:
[],
"env"
:
""
,
...
...
@@ -23,7 +25,7 @@
},
"defaultTimezone"
:
"Europe/Madrid"
,
"webhook"
:
{
"url"
:
"https://
f2bd23375f99.ngrok.io/create-a-rule-elh9/us-central1
/dialogflowFirebaseFulfillment"
,
"url"
:
"https://
us-central1-create-a-rule-elh9.cloudfunctions.net
/dialogflowFirebaseFulfillment"
,
"username"
:
""
,
"headers"
:
{},
"available"
:
true
,
...
...
dialogflow-agent-nodejs/agent/agent.zip
View file @
8074c859
No preview for this file type
dialogflow-agent-nodejs/agent/entities/action.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/action_entries_it.json
View file @
8074c859
[
{
"value"
:
"a
t
tiva
z
ion
e
"
,
"value"
:
"a
c
tiva
t
ion"
,
"synonyms"
:
[
"attiva"
,
"accendi"
,
...
...
@@ -16,11 +16,14 @@
"azionare"
,
"apri"
,
"start"
,
"attivazione"
"attivazione"
,
"alza"
,
"accendimi"
,
"accenda"
]
},
{
"value"
:
"d
isat
tiva
z
ion
e
"
,
"value"
:
"d
eac
tiva
t
ion"
,
"synonyms"
:
[
"disattiva"
,
"chiudi"
,
...
...
@@ -35,11 +38,13 @@
"interrompere"
,
"ferma"
,
"fermare"
,
"disattivazione"
"disattivazione"
,
"spegnimi"
,
"spenga"
]
},
{
"value"
:
"
impostazione
"
,
"value"
:
"
setting
"
,
"synonyms"
:
[
"imposta"
,
"temperatura"
,
...
...
dialogflow-agent-nodejs/agent/entities/all.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/confirmation.json
0 → 100644
View file @
8074c859
{
"id"
:
"dca9e4ff-9e4c-49f4-bd9d-b64cc26a3628"
,
"name"
:
"confirmation"
,
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
false
,
"allowFuzzyExtraction"
:
true
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/confirmation_entries_it.json
0 → 100644
View file @
8074c859
[
{
"value"
:
"yes"
,
"synonyms"
:
[
"si"
,
"va bene"
,
"ok"
,
"fatto"
,
"buona idea"
,
"proprio così"
,
"certo"
,
"certamente"
,
"d
\u
0027accordo"
,
"confermo"
]
},
{
"value"
:
"no"
,
"synonyms"
:
[
"no"
,
"non credo"
,
"no grazie"
,
"non farlo"
,
"non proprio"
,
"assolutamente no"
,
"non voglio"
,
"non sono d
\u
0027accordo"
]
}
]
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/correction.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/correction_entries_it.json
View file @
8074c859
[
{
"value"
:
"r
egola
"
,
"value"
:
"r
ule
"
,
"synonyms"
:
[
"regola"
,
"tutta la regola"
,
...
...
@@ -12,7 +12,7 @@
]
},
{
"value"
:
"a
z
ion
e
"
,
"value"
:
"a
ct
ion"
,
"synonyms"
:
[
"azione"
,
"2"
,
...
...
@@ -24,7 +24,7 @@
]
},
{
"value"
:
"event
o
"
,
"value"
:
"event"
,
"synonyms"
:
[
"evento"
,
"il primo"
,
...
...
dialogflow-agent-nodejs/agent/entities/device.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/device_entries_it.json
View file @
8074c859
[
{
"value"
:
"motion sensor"
,
"synonyms"
:
[
"motion sensor"
,
"sensore di movimento"
,
"passaggio"
]
},
{
"value"
:
"sensore di temperatura"
,
"value"
:
"thermostat"
,
"synonyms"
:
[
"sensore di temperatura"
,
"temperatura"
,
...
...
@@ -18,7 +10,7 @@
]
},
{
"value"
:
"
macchina del caffè
"
,
"value"
:
"
coffee maker
"
,
"synonyms"
:
[
"macchina del caffè"
,
"macchina per caffè"
,
...
...
@@ -30,7 +22,7 @@
]
},
{
"value"
:
"
tapparelle
"
,
"value"
:
"
blind
"
,
"synonyms"
:
[
"tapparelle"
,
"avvolgibili"
,
...
...
@@ -46,7 +38,8 @@
"ingresso"
,
"porta d
\u
0027ingresso"
,
"entrata di casa"
,
"entrata"
"entrata"
,
"porta di casa"
]
}
]
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/lights.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/lights_entries_it.json
View file @
8074c859
[
{
"value"
:
"
luce soffitto
"
,
"value"
:
"
ceiling light
"
,
"synonyms"
:
[
"luce soffitto"
,
"luce sopra"
,
...
...
@@ -11,11 +11,15 @@
"lampada principale"
,
"lampada sopra"
,
"plafoniera"
,
"plafoniera soffitto"
"plafoniera soffitto"
,
"luce sul soffitto"
,
"1"
,
"primo"
,
"il primo"
]
},
{
"value"
:
"led
lavand
in
o
"
,
"value"
:
"led
s
in
k
"
,
"synonyms"
:
[
"led lavandino"
,
"luce led"
,
...
...
@@ -25,7 +29,32 @@
"rubinetto"
,
"led rubinetto"
,
"lampada sottopensile"
,
"sottopensile"
"sottopensile"
,
"2"
,
"secondo"
,
"il secondo"
,
"luce sul rubinetto"
,
"luce sopra il rubinetto"
,
"luce del lavello"
,
"sul lavandino"
,
"del lavandino"
]
},
{
"value"
:
"bedside lamp"
,
"synonyms"
:
[
"bedside lamp"
,
"lampadina"
,
"bajour"
,
"lampada da tavolo"
,
"tavolo"
,
"lampada da comodino"
,
"luce comodino"
,
"luce del comodino"
,
"lampadina da comodino"
,
"3"
,
"il terzo"
,
"terzo"
]
}
]
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/room.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/room_entries_it.json
View file @
8074c859
[
{
"value"
:
"
u
ffic
io
"
,
"value"
:
"
o
ffic
e
"
,
"synonyms"
:
[
"ufficio"
"ufficio"
,
"office"
]
},
{
"value"
:
"
ingresso
"
,
"value"
:
"
home entrance
"
,
"synonyms"
:
[
"ingresso"
"ingresso"
,
"home entrance"
,
"casa"
]
},
{
"value"
:
"
sala da pranzo
"
,
"value"
:
"
dining room
"
,
"synonyms"
:
[
"sala da pranzo"
,
"soggiorno"
,
"salotto"
,
"salone"
,
"sala"
"sala"
,
"dining room"
]
},
{
"value"
:
"
cucina
"
,
"value"
:
"
kitchen
"
,
"synonyms"
:
[
"cucina"
"cucina"
,
"kitchen"
]
},
{
"value"
:
"
camera da letto
"
,
"value"
:
"
bedroom
"
,
"synonyms"
:
[
"camera da letto"
,
"camera"
,
"letto"
,
"stanza"
,
"cameretta"
"cameretta"
,
"bedroom"
]
},
{
"value"
:
"ba
gno
"
,
"value"
:
"ba
throom
"
,
"synonyms"
:
[
"bagno"
,
"stanza da bagno"
,
"servizi"
,
"toilette"
,
"gabinetto"
"gabinetto"
,
"bathroom"
]
},
{
"value"
:
"here"
,
"synonyms"
:
[
"here"
,
"qui"
,
"da qua"
,
"qua"
,
"questo"
]
}
]
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/timetrigger.json
0 → 100644
View file @
8074c859
{
"id"
:
"924973ef-739d-4326-8d11-47fdb3327ad5"
,
"name"
:
"timetrigger"
,
"isOverridable"
:
true
,
"isEnum"
:
true
,
"isRegexp"
:
false
,
"automatedExpansion"
:
true
,
"allowFuzzyExtraction"
:
true
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/timetrigger_entries_it.json
0 → 100644
View file @
8074c859
[
{
"value"
:
"@sys.time"
,
"synonyms"
:
[
"@sys.time"
]
},
{
"value"
:
"sono le @sys.time"
,
"synonyms"
:
[
"sono le @sys.time"
]
},
{
"value"
:
"quando sono le @sys.time"
,
"synonyms"
:
[
"quando sono le @sys.time"
]
},
{
"value"
:
"se sono le @sys.time"
,
"synonyms"
:
[
"se sono le @sys.time"
]
}
]
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/trigger.json
View file @
8074c859
...
...
@@ -4,6 +4,6 @@
"isOverridable"
:
true
,
"isEnum"
:
false
,
"isRegexp"
:
false
,
"automatedExpansion"
:
fals
e
,
"allowFuzzyExtraction"
:
fals
e
"automatedExpansion"
:
tru
e
,
"allowFuzzyExtraction"
:
tru
e
}
\ No newline at end of file
dialogflow-agent-nodejs/agent/entities/trigger_entries_it.json
View file @
8074c859
[
{
"value"
:
"m
att
in
a
"
,
"value"
:
"m
orn
in
g
"
,
"synonyms"
:
[
"mattina"
,
"alba"
,
...
...
@@ -9,7 +9,7 @@
]
},
{
"value"
:
"
sera
"
,
"value"
:
"
evening
"
,
"synonyms"
:
[
"sera"
,
"tramonto"
,
...
...
@@ -18,7 +18,7 @@
]
},
{
"value"
:
"ent
ro
"
,
"value"
:
"
movem
ent"
,
"synonyms"
:
[
"entro"
,
"arrivo"
,
...
...
@@ -28,15 +28,25 @@
"muovere"
,
"accede"
,
"accesso"
,
"senti"
,
"sentire"
"viene attivato"
,
"passaggio"
,
"sensore di movimento"
,
"esco"
,
"vado via"
]
},
{
"value"
:
"
@sys.time:time
"
,
"value"
:
"
voice-command
"
,
"synonyms"
:
[
"@sys.time:time"
,
"@sys.time-period:time"
"voice command"
,
"comando"
,
"dico"
,
"senti"
,
"dire"
,
"sentire"
,
"che dico"
,
"voice"
,
"pronuncio"
]
}
]
\ No newline at end of file
dialogflow-agent-nodejs/agent/intents/Default Fallback Intent.json
deleted
100644 → 0
View file @
00aaedcb
{
"id"
:
"a3d3d2a5-e363-4aa4-882b-c235825694ad"
,
"name"
:
"Default Fallback Intent"
,
"auto"
:
true
,
"contexts"
:
[],
"responses"
:
[
{
"resetContexts"
:
false
,
"action"
:
"input.unknown"
,
"affectedContexts"
:
[],
"parameters"
:
[],
"messages"
:
[
{
"type"
:
"0"
,
"title"
:
""
,
"textToSpeech"
:
""
,
"lang"
:
"it"
,
"speech"
:
[
"Non penso di seguirti. Potresti ripetere?"
,
"Potresti dirlo ancora una volta?"
,
"Potresti essere più specifico?"
,
"Non ho capito bene. Potresti ripetere?"
,
"Non ti ho sentito bene. Puoi ripetere?"
],
"condition"
:
""
}
],
"speech"
:
[]
}
],
"priority"
:
500000
,
"webhookUsed"
:
false
,
"webhookForSlotFilling"
:
false
,
"fallbackIntent"
:
true
,
"events"
:
[],
"conditionalResponses"
:
[],
"condition"
:
""
,
"conditionalFollowupEvents"
:
[]
}
\ No newline at end of file
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment