Skip to content

Commit

Permalink
updated WaterLog DialogFlow config
Browse files Browse the repository at this point in the history
  • Loading branch information
frogermcs committed Nov 29, 2017
1 parent 6575bd6 commit 9b8c585
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 5 deletions.
Binary file modified Dialogflow/WaterLog.zip
Binary file not shown.
21 changes: 18 additions & 3 deletions Dialogflow/WaterLog/agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@
"googleAssistantCompatible": true,
"project": "water-log-5e42b",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"startIntents": [
{
"intentId": "5cbc8cea-6ae1-48b7-a7be-95b8f2d76cdc",
"signInRequired": false
},
{
"intentId": "9d87e786-f42c-40bb-a711-7c8a9df612bb",
"signInRequired": false
},
{
"intentId": "ab8f1ef2-fdb9-443e-9065-eafdc83e11b2",
"signInRequired": false
}
],
"systemIntents": [],
"endIntentIds": [
"9d87e786-f42c-40bb-a711-7c8a9df612bb",
"5cbc8cea-6ae1-48b7-a7be-95b8f2d76cdc"
"5cbc8cea-6ae1-48b7-a7be-95b8f2d76cdc",
"ab8f1ef2-fdb9-443e-9065-eafdc83e11b2"
],
"oAuthLinking": {
"required": false,
Expand All @@ -33,5 +47,6 @@
"isPrivate": true,
"customClassifierMode": "use.after",
"mlMinConfidence": 0.3,
"supportedLanguages": []
"supportedLanguages": [],
"enableOnePlatformApi": false
}
29 changes: 29 additions & 0 deletions Dialogflow/WaterLog/intents/facts_drinking_water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"id": "ab8f1ef2-fdb9-443e-9065-eafdc83e11b2",
"name": "facts_drinking_water",
"auto": true,
"contexts": [],
"responses": [
{
"resetContexts": false,
"action": "facts_drinking_water",
"affectedContexts": [],
"parameters": [],
"messages": [
{
"type": 0,
"lang": "en",
"speech": []
}
],
"defaultResponsePlatforms": {},
"speech": []
}
],
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"lastUpdate": 1511976670,
"fallbackIntent": false,
"events": []
}
50 changes: 50 additions & 0 deletions Dialogflow/WaterLog/intents/facts_drinking_water_usersays_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"id": "aedcbdd8-496b-4489-8b47-46fadfd5c535",
"data": [
{
"text": "How much water should we drink per day?",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"updated": 1511976670
},
{
"id": "7a29aee2-4bdd-4db4-977e-a94fd1df9bc8",
"data": [
{
"text": "How much water should I drink?",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"updated": 1511976670
},
{
"id": "d3bdae19-e9a9-43f1-9ea8-cee4520aad0a",
"data": [
{
"text": "How much water to drink ?",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"updated": 1511976670
},
{
"id": "b04a3779-fe47-4abf-8151-ba580f70e4fb",
"data": [
{
"text": "How much water do I need to drink?",
"userDefined": false
}
],
"isTemplate": false,
"count": 0,
"updated": 1511976670
}
]
4 changes: 2 additions & 2 deletions Dialogflow/WaterLog/intents/user_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "01c85c57-6c8d-480c-a017-ddfad8812c65",
"id": "343e39ce-93f7-47fe-8052-3f1affa8bfc4",
"name": "user_data",
"auto": true,
"contexts": [],
Expand All @@ -23,7 +23,7 @@
"priority": 500000,
"webhookUsed": true,
"webhookForSlotFilling": false,
"lastUpdate": 1509890949787,
"lastUpdate": 1509895186402,
"fallbackIntent": false,
"events": [
{
Expand Down

0 comments on commit 9b8c585

Please sign in to comment.