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
}

0 commit comments

Comments
 (0)