Skip to content

Commit 0fa955a

Browse files
committed
use code-tutor-v2
1 parent 17d3ddb commit 0fa955a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+159
-55
lines changed

Code-Tutor/agent.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
11
{
22
"description": "Build simple code, hands-free.",
33
"language": "en",
4+
"shortDescription": "",
5+
"examples": "",
6+
"linkToDocs": "",
47
"disableInteractionLogs": false,
58
"disableStackdriverLogs": true,
69
"googleAssistant": {
710
"googleAssistantCompatible": true,
8-
"project": "code-tutor-59988",
11+
"project": "code-tutor-v2-nuyhew",
912
"welcomeIntentSignInRequired": false,
1013
"startIntents": [],
1114
"systemIntents": [],
12-
"endIntentIds": [
13-
"8eda261a-92ea-4f78-9826-e504705e6659"
14-
],
15+
"endIntentIds": [],
1516
"oAuthLinking": {
1617
"required": false,
18+
"providerId": "",
19+
"authorizationUrl": "",
20+
"tokenUrl": "",
21+
"scopes": "",
22+
"privacyPolicyUrl": "",
1723
"grantType": "AUTH_CODE_GRANT"
1824
},
1925
"voiceType": "MALE_1",
2026
"capabilities": [],
27+
"env": "",
2128
"protocolVersion": "V2",
2229
"autoPreviewEnabled": true,
2330
"isDeviceAgent": false
2431
},
2532
"defaultTimezone": "America/New_York",
2633
"webhook": {
27-
"url": "https://us-central1-code-tutor-59988.cloudfunctions.net/dialogflowFirebaseFulfillment",
34+
"url": "https://us-central1-code-tutor-v2-nuyhew.cloudfunctions.net/dialogflowFirebaseFulfillment",
35+
"username": "",
36+
"headers": {},
2837
"available": true,
2938
"useForDomains": false,
3039
"cloudFunctionsEnabled": true,
@@ -38,5 +47,6 @@
3847
"analyzeQueryTextSentiment": false,
3948
"enabledKnowledgeBaseNames": [],
4049
"knowledgeServiceConfidenceAdjustment": -0.4,
41-
"dialogBuilderMode": false
50+
"dialogBuilderMode": false,
51+
"baseActionPackagesUrl": ""
4252
}

Code-Tutor/intents/-1.0 No_Bye.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@
3131
"webhookForSlotFilling": false,
3232
"fallbackIntent": false,
3333
"events": [],
34-
"conditionalResponses": []
34+
"conditionalResponses": [],
35+
"condition": "",
36+
"conditionalFollowupEvents": []
3537
}

Code-Tutor/intents/0.0 Default Fallback Intent.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@
5454
"webhookForSlotFilling": false,
5555
"fallbackIntent": true,
5656
"events": [],
57-
"conditionalResponses": []
57+
"conditionalResponses": [],
58+
"condition": "",
59+
"conditionalFollowupEvents": []
5860
}

Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@
3838
}
3939
],
4040
"priority": 500000,
41-
"webhookUsed": false,
41+
"webhookUsed": true,
4242
"webhookForSlotFilling": false,
4343
"fallbackIntent": false,
4444
"events": [],
45-
"conditionalResponses": []
45+
"conditionalResponses": [],
46+
"condition": "",
47+
"conditionalFollowupEvents": []
4648
}

Code-Tutor/intents/0.1 Default Fallback Intent - yes.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@
3535
}
3636
],
3737
"priority": 500000,
38-
"webhookUsed": true,
38+
"webhookUsed": false,
3939
"webhookForSlotFilling": false,
4040
"fallbackIntent": false,
4141
"events": [],
42-
"conditionalResponses": []
42+
"conditionalResponses": [],
43+
"condition": "",
44+
"conditionalFollowupEvents": []
4345
}

Code-Tutor/intents/0.2 easter egg.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@
6565
"webhookForSlotFilling": false,
6666
"fallbackIntent": false,
6767
"events": [],
68-
"conditionalResponses": []
68+
"conditionalResponses": [],
69+
"condition": "",
70+
"conditionalFollowupEvents": []
6971
}

Code-Tutor/intents/1.0 Default Welcome Intent.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,7 @@
7979
"name": "WELCOME"
8080
}
8181
],
82-
"conditionalResponses": []
82+
"conditionalResponses": [],
83+
"condition": "",
84+
"conditionalFollowupEvents": []
8385
}

Code-Tutor/intents/1.0.1 I don_t know.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@
5353
"webhookForSlotFilling": false,
5454
"fallbackIntent": false,
5555
"events": [],
56-
"conditionalResponses": []
56+
"conditionalResponses": [],
57+
"condition": "",
58+
"conditionalFollowupEvents": []
5759
}

Code-Tutor/intents/1.0.2 do something else.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@
5858
"webhookForSlotFilling": false,
5959
"fallbackIntent": false,
6060
"events": [],
61-
"conditionalResponses": []
61+
"conditionalResponses": [],
62+
"condition": "",
63+
"conditionalFollowupEvents": []
6264
}

Code-Tutor/intents/1.1 a variable.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@
4747
"webhookForSlotFilling": false,
4848
"fallbackIntent": false,
4949
"events": [],
50-
"conditionalResponses": []
50+
"conditionalResponses": [],
51+
"condition": "",
52+
"conditionalFollowupEvents": []
5153
}

Code-Tutor/intents/1.2 an array.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@
7070
"webhookForSlotFilling": false,
7171
"fallbackIntent": false,
7272
"events": [],
73-
"conditionalResponses": []
73+
"conditionalResponses": [],
74+
"condition": "",
75+
"conditionalFollowupEvents": []
7476
}

Code-Tutor/intents/1.3 a string.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@
4747
"webhookForSlotFilling": false,
4848
"fallbackIntent": false,
4949
"events": [],
50-
"conditionalResponses": []
50+
"conditionalResponses": [],
51+
"condition": "",
52+
"conditionalFollowupEvents": []
5153
}

Code-Tutor/intents/1.4 a loop.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@
4444
"webhookForSlotFilling": false,
4545
"fallbackIntent": false,
4646
"events": [],
47-
"conditionalResponses": []
47+
"conditionalResponses": [],
48+
"condition": "",
49+
"conditionalFollowupEvents": []
4850
}

Code-Tutor/intents/1.5 sound effects.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@
5252
"webhookForSlotFilling": false,
5353
"fallbackIntent": false,
5454
"events": [],
55-
"conditionalResponses": []
55+
"conditionalResponses": [],
56+
"condition": "",
57+
"conditionalFollowupEvents": []
5658
}

Code-Tutor/intents/1.6 an example.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@
4343
"webhookForSlotFilling": false,
4444
"fallbackIntent": false,
4545
"events": [],
46-
"conditionalResponses": []
46+
"conditionalResponses": [],
47+
"condition": "",
48+
"conditionalFollowupEvents": []
4749
}

Code-Tutor/intents/1.7 sandbox.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@
4242
"webhookForSlotFilling": false,
4343
"fallbackIntent": false,
4444
"events": [],
45-
"conditionalResponses": []
45+
"conditionalResponses": [],
46+
"condition": "",
47+
"conditionalFollowupEvents": []
4648
}

Code-Tutor/intents/2.0 what_s code.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@
8484
"webhookForSlotFilling": false,
8585
"fallbackIntent": false,
8686
"events": [],
87-
"conditionalResponses": []
87+
"conditionalResponses": [],
88+
"condition": "",
89+
"conditionalFollowupEvents": []
8890
}

Code-Tutor/intents/2.1 what_s a variable.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@
8484
"webhookForSlotFilling": false,
8585
"fallbackIntent": false,
8686
"events": [],
87-
"conditionalResponses": []
87+
"conditionalResponses": [],
88+
"condition": "",
89+
"conditionalFollowupEvents": []
8890
}

Code-Tutor/intents/2.2 what_s an array.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@
8787
"webhookForSlotFilling": false,
8888
"fallbackIntent": false,
8989
"events": [],
90-
"conditionalResponses": []
90+
"conditionalResponses": [],
91+
"condition": "",
92+
"conditionalFollowupEvents": []
9193
}

Code-Tutor/intents/2.3 what_s a string.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@
8484
"webhookForSlotFilling": false,
8585
"fallbackIntent": false,
8686
"events": [],
87-
"conditionalResponses": []
87+
"conditionalResponses": [],
88+
"condition": "",
89+
"conditionalFollowupEvents": []
8890
}

Code-Tutor/intents/2.5 what_s a loop.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,7 @@
8484
"webhookForSlotFilling": false,
8585
"fallbackIntent": false,
8686
"events": [],
87-
"conditionalResponses": []
87+
"conditionalResponses": [],
88+
"condition": "",
89+
"conditionalFollowupEvents": []
8890
}

Code-Tutor/intents/2.6 what_s an if statement.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@
8787
"webhookForSlotFilling": false,
8888
"fallbackIntent": false,
8989
"events": [],
90-
"conditionalResponses": []
90+
"conditionalResponses": [],
91+
"condition": "",
92+
"conditionalFollowupEvents": []
9193
}

Code-Tutor/intents/3.1.1 variable - value.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@
7777
"webhookForSlotFilling": false,
7878
"fallbackIntent": false,
7979
"events": [],
80-
"conditionalResponses": []
80+
"conditionalResponses": [],
81+
"condition": "",
82+
"conditionalFollowupEvents": []
8183
}

Code-Tutor/intents/3.1.2 variable - run code.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@
8686
"webhookForSlotFilling": false,
8787
"fallbackIntent": false,
8888
"events": [],
89-
"conditionalResponses": []
89+
"conditionalResponses": [],
90+
"condition": "",
91+
"conditionalFollowupEvents": []
9092
}

Code-Tutor/intents/3.2.1 array - size.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@
4747
"webhookForSlotFilling": false,
4848
"fallbackIntent": false,
4949
"events": [],
50-
"conditionalResponses": []
50+
"conditionalResponses": [],
51+
"condition": "",
52+
"conditionalFollowupEvents": []
5153
}

Code-Tutor/intents/3.2.2 array - fill.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@
4747
"webhookForSlotFilling": false,
4848
"fallbackIntent": false,
4949
"events": [],
50-
"conditionalResponses": []
50+
"conditionalResponses": [],
51+
"condition": "",
52+
"conditionalFollowupEvents": []
5153
}

Code-Tutor/intents/3.2.3 array - run code.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@
7373
"webhookForSlotFilling": false,
7474
"fallbackIntent": false,
7575
"events": [],
76-
"conditionalResponses": []
76+
"conditionalResponses": [],
77+
"condition": "",
78+
"conditionalFollowupEvents": []
7779
}

Code-Tutor/intents/3.3.1 string - string1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@
6565
"webhookForSlotFilling": false,
6666
"fallbackIntent": false,
6767
"events": [],
68-
"conditionalResponses": []
68+
"conditionalResponses": [],
69+
"condition": "",
70+
"conditionalFollowupEvents": []
6971
}

Code-Tutor/intents/3.3.2 string - string2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@
8383
"webhookForSlotFilling": false,
8484
"fallbackIntent": false,
8585
"events": [],
86-
"conditionalResponses": []
86+
"conditionalResponses": [],
87+
"condition": "",
88+
"conditionalFollowupEvents": []
8789
}

Code-Tutor/intents/3.3.3 string - run code.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@
7575
"webhookForSlotFilling": false,
7676
"fallbackIntent": false,
7777
"events": [],
78-
"conditionalResponses": []
78+
"conditionalResponses": [],
79+
"condition": "",
80+
"conditionalFollowupEvents": []
7981
}

Code-Tutor/intents/3.4.1 loop - what.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,7 @@
8888
"webhookForSlotFilling": false,
8989
"fallbackIntent": false,
9090
"events": [],
91-
"conditionalResponses": []
91+
"conditionalResponses": [],
92+
"condition": "",
93+
"conditionalFollowupEvents": []
9294
}

Code-Tutor/intents/3.4.2 loop - times.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@
5151
"webhookForSlotFilling": false,
5252
"fallbackIntent": false,
5353
"events": [],
54-
"conditionalResponses": []
54+
"conditionalResponses": [],
55+
"condition": "",
56+
"conditionalFollowupEvents": []
5557
}

Code-Tutor/intents/3.4.3 loop - run code.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@
4848
"webhookForSlotFilling": false,
4949
"fallbackIntent": false,
5050
"events": [],
51-
"conditionalResponses": []
51+
"conditionalResponses": [],
52+
"condition": "",
53+
"conditionalFollowupEvents": []
5254
}

Code-Tutor/intents/3.5.1 sound effects - unlock.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@
6262
"webhookForSlotFilling": false,
6363
"fallbackIntent": false,
6464
"events": [],
65-
"conditionalResponses": []
65+
"conditionalResponses": [],
66+
"condition": "",
67+
"conditionalFollowupEvents": []
6668
}

0 commit comments

Comments
 (0)