Skip to content

Commit

Permalink
use code-tutor-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiam committed Oct 15, 2019
1 parent 17d3ddb commit 0fa955a
Show file tree
Hide file tree
Showing 48 changed files with 159 additions and 55 deletions.
22 changes: 16 additions & 6 deletions Code-Tutor/agent.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,39 @@
{
"description": "Build simple code, hands-free.",
"language": "en",
"shortDescription": "",
"examples": "",
"linkToDocs": "",
"disableInteractionLogs": false,
"disableStackdriverLogs": true,
"googleAssistant": {
"googleAssistantCompatible": true,
"project": "code-tutor-59988",
"project": "code-tutor-v2-nuyhew",
"welcomeIntentSignInRequired": false,
"startIntents": [],
"systemIntents": [],
"endIntentIds": [
"8eda261a-92ea-4f78-9826-e504705e6659"
],
"endIntentIds": [],
"oAuthLinking": {
"required": false,
"providerId": "",
"authorizationUrl": "",
"tokenUrl": "",
"scopes": "",
"privacyPolicyUrl": "",
"grantType": "AUTH_CODE_GRANT"
},
"voiceType": "MALE_1",
"capabilities": [],
"env": "",
"protocolVersion": "V2",
"autoPreviewEnabled": true,
"isDeviceAgent": false
},
"defaultTimezone": "America/New_York",
"webhook": {
"url": "https://us-central1-code-tutor-59988.cloudfunctions.net/dialogflowFirebaseFulfillment",
"url": "https://us-central1-code-tutor-v2-nuyhew.cloudfunctions.net/dialogflowFirebaseFulfillment",
"username": "",
"headers": {},
"available": true,
"useForDomains": false,
"cloudFunctionsEnabled": true,
Expand All @@ -38,5 +47,6 @@
"analyzeQueryTextSentiment": false,
"enabledKnowledgeBaseNames": [],
"knowledgeServiceConfidenceAdjustment": -0.4,
"dialogBuilderMode": false
"dialogBuilderMode": false,
"baseActionPackagesUrl": ""
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/-1.0 No_Bye.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/0.0 Default Fallback Intent.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": true,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
}
],
"priority": 500000,
"webhookUsed": false,
"webhookUsed": true,
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
6 changes: 4 additions & 2 deletions Code-Tutor/intents/0.1 Default Fallback Intent - yes.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
}
],
"priority": 500000,
"webhookUsed": true,
"webhookUsed": false,
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/0.2 easter egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.0 Default Welcome Intent.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@
"name": "WELCOME"
}
],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.0.1 I don_t know.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.0.2 do something else.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.1 a variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.2 an array.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.3 a string.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.4 a loop.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.5 sound effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.6 an example.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/1.7 sandbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/2.0 what_s code.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/2.1 what_s a variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/2.2 what_s an array.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/2.3 what_s a string.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/2.5 what_s a loop.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/2.6 what_s an if statement.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.1.1 variable - value.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.1.2 variable - run code.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.2.1 array - size.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.2.2 array - fill.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.2.3 array - run code.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.3.1 string - string1.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.3.2 string - string2.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.3.3 string - run code.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.4.1 loop - what.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.4.2 loop - times.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.4.3 loop - run code.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
4 changes: 3 additions & 1 deletion Code-Tutor/intents/3.5.1 sound effects - unlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@
"webhookForSlotFilling": false,
"fallbackIntent": false,
"events": [],
"conditionalResponses": []
"conditionalResponses": [],
"condition": "",
"conditionalFollowupEvents": []
}
Loading

0 comments on commit 0fa955a

Please sign in to comment.