From 0fa955a4ae25905ee709242c875e08ef3429c78d Mon Sep 17 00:00:00 2001 From: hchiam Date: Tue, 15 Oct 2019 14:52:13 -0400 Subject: [PATCH] use code-tutor-v2 --- Code-Tutor/agent.json | 22 ++++++++++++++----- Code-Tutor/intents/-1.0 No_Bye.json | 4 +++- .../intents/0.0 Default Fallback Intent.json | 4 +++- ...lt Fallback Intent - yes - suggestion.json | 6 +++-- .../0.1 Default Fallback Intent - yes.json | 6 +++-- Code-Tutor/intents/0.2 easter egg.json | 4 +++- .../intents/1.0 Default Welcome Intent.json | 4 +++- Code-Tutor/intents/1.0.1 I don_t know.json | 4 +++- .../intents/1.0.2 do something else.json | 4 +++- Code-Tutor/intents/1.1 a variable.json | 4 +++- Code-Tutor/intents/1.2 an array.json | 4 +++- Code-Tutor/intents/1.3 a string.json | 4 +++- Code-Tutor/intents/1.4 a loop.json | 4 +++- Code-Tutor/intents/1.5 sound effects.json | 4 +++- Code-Tutor/intents/1.6 an example.json | 4 +++- Code-Tutor/intents/1.7 sandbox.json | 4 +++- Code-Tutor/intents/2.0 what_s code.json | 4 +++- Code-Tutor/intents/2.1 what_s a variable.json | 4 +++- Code-Tutor/intents/2.2 what_s an array.json | 4 +++- Code-Tutor/intents/2.3 what_s a string.json | 4 +++- Code-Tutor/intents/2.5 what_s a loop.json | 4 +++- .../intents/2.6 what_s an if statement.json | 4 +++- .../intents/3.1.1 variable - value.json | 4 +++- .../intents/3.1.2 variable - run code.json | 4 +++- Code-Tutor/intents/3.2.1 array - size.json | 4 +++- Code-Tutor/intents/3.2.2 array - fill.json | 4 +++- .../intents/3.2.3 array - run code.json | 4 +++- .../intents/3.3.1 string - string1.json | 4 +++- .../intents/3.3.2 string - string2.json | 4 +++- .../intents/3.3.3 string - run code.json | 4 +++- Code-Tutor/intents/3.4.1 loop - what.json | 4 +++- Code-Tutor/intents/3.4.2 loop - times.json | 4 +++- Code-Tutor/intents/3.4.3 loop - run code.json | 4 +++- .../intents/3.5.1 sound effects - unlock.json | 4 +++- .../3.5.2 sound effects - more info.json | 4 +++- .../3.5.3 sound effects - value response.json | 4 +++- .../intents/3.5.3.1 sound effects - beep.json | 4 +++- .../3.5.3.2 sound effects - wood planks.json | 4 +++- Code-Tutor/intents/3.6.1 example - name.json | 4 +++- .../intents/3.6.2 example - run code.json | 4 +++- .../3.7.0 sandbox - what_s on the list.json | 4 +++- .../intents/3.7.1 sandbox - variable.json | 4 +++- .../intents/3.7.2 sandbox - repeat.json | 4 +++- Code-Tutor/intents/3.7.3 sandbox - say.json | 4 +++- Code-Tutor/intents/3.7.4 sandbox - if.json | 4 +++- .../intents/3.7.5 sandbox - run code.json | 4 +++- Code-Tutor/intents/3.7.6 sandbox - undo.json | 4 +++- Code-Tutor/intents/test.json | 4 +++- 48 files changed, 159 insertions(+), 55 deletions(-) diff --git a/Code-Tutor/agent.json b/Code-Tutor/agent.json index 3aa8718..a8045fe 100755 --- a/Code-Tutor/agent.json +++ b/Code-Tutor/agent.json @@ -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, @@ -38,5 +47,6 @@ "analyzeQueryTextSentiment": false, "enabledKnowledgeBaseNames": [], "knowledgeServiceConfidenceAdjustment": -0.4, - "dialogBuilderMode": false + "dialogBuilderMode": false, + "baseActionPackagesUrl": "" } \ No newline at end of file diff --git a/Code-Tutor/intents/-1.0 No_Bye.json b/Code-Tutor/intents/-1.0 No_Bye.json index 460fa8d..c95040d 100755 --- a/Code-Tutor/intents/-1.0 No_Bye.json +++ b/Code-Tutor/intents/-1.0 No_Bye.json @@ -31,5 +31,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/0.0 Default Fallback Intent.json b/Code-Tutor/intents/0.0 Default Fallback Intent.json index 342fb68..556c8b1 100755 --- a/Code-Tutor/intents/0.0 Default Fallback Intent.json +++ b/Code-Tutor/intents/0.0 Default Fallback Intent.json @@ -54,5 +54,7 @@ "webhookForSlotFilling": false, "fallbackIntent": true, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json b/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json index 9e2dc0e..b741394 100755 --- a/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json +++ b/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json @@ -38,9 +38,11 @@ } ], "priority": 500000, - "webhookUsed": false, + "webhookUsed": true, "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/0.1 Default Fallback Intent - yes.json b/Code-Tutor/intents/0.1 Default Fallback Intent - yes.json index e9f0ff5..6fa7a27 100755 --- a/Code-Tutor/intents/0.1 Default Fallback Intent - yes.json +++ b/Code-Tutor/intents/0.1 Default Fallback Intent - yes.json @@ -35,9 +35,11 @@ } ], "priority": 500000, - "webhookUsed": true, + "webhookUsed": false, "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/0.2 easter egg.json b/Code-Tutor/intents/0.2 easter egg.json index 4352b2b..92afc7b 100755 --- a/Code-Tutor/intents/0.2 easter egg.json +++ b/Code-Tutor/intents/0.2 easter egg.json @@ -65,5 +65,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.0 Default Welcome Intent.json b/Code-Tutor/intents/1.0 Default Welcome Intent.json index c5d11ba..e7e81f2 100755 --- a/Code-Tutor/intents/1.0 Default Welcome Intent.json +++ b/Code-Tutor/intents/1.0 Default Welcome Intent.json @@ -79,5 +79,7 @@ "name": "WELCOME" } ], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.0.1 I don_t know.json b/Code-Tutor/intents/1.0.1 I don_t know.json index 99ce28a..f81aa2e 100755 --- a/Code-Tutor/intents/1.0.1 I don_t know.json +++ b/Code-Tutor/intents/1.0.1 I don_t know.json @@ -53,5 +53,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.0.2 do something else.json b/Code-Tutor/intents/1.0.2 do something else.json index a4700e7..439da22 100755 --- a/Code-Tutor/intents/1.0.2 do something else.json +++ b/Code-Tutor/intents/1.0.2 do something else.json @@ -58,5 +58,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.1 a variable.json b/Code-Tutor/intents/1.1 a variable.json index ca2a878..bb3e83e 100755 --- a/Code-Tutor/intents/1.1 a variable.json +++ b/Code-Tutor/intents/1.1 a variable.json @@ -47,5 +47,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.2 an array.json b/Code-Tutor/intents/1.2 an array.json index 3b38531..a22f76b 100755 --- a/Code-Tutor/intents/1.2 an array.json +++ b/Code-Tutor/intents/1.2 an array.json @@ -70,5 +70,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.3 a string.json b/Code-Tutor/intents/1.3 a string.json index 32dbbab..8d9ce99 100755 --- a/Code-Tutor/intents/1.3 a string.json +++ b/Code-Tutor/intents/1.3 a string.json @@ -47,5 +47,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.4 a loop.json b/Code-Tutor/intents/1.4 a loop.json index cf325ac..17559dd 100755 --- a/Code-Tutor/intents/1.4 a loop.json +++ b/Code-Tutor/intents/1.4 a loop.json @@ -44,5 +44,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.5 sound effects.json b/Code-Tutor/intents/1.5 sound effects.json index 293345d..8ee3585 100755 --- a/Code-Tutor/intents/1.5 sound effects.json +++ b/Code-Tutor/intents/1.5 sound effects.json @@ -52,5 +52,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.6 an example.json b/Code-Tutor/intents/1.6 an example.json index 5242b01..021bd66 100755 --- a/Code-Tutor/intents/1.6 an example.json +++ b/Code-Tutor/intents/1.6 an example.json @@ -43,5 +43,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.7 sandbox.json b/Code-Tutor/intents/1.7 sandbox.json index 7c7be19..21a4c65 100755 --- a/Code-Tutor/intents/1.7 sandbox.json +++ b/Code-Tutor/intents/1.7 sandbox.json @@ -42,5 +42,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/2.0 what_s code.json b/Code-Tutor/intents/2.0 what_s code.json index ed49e83..4bcefc9 100755 --- a/Code-Tutor/intents/2.0 what_s code.json +++ b/Code-Tutor/intents/2.0 what_s code.json @@ -84,5 +84,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/2.1 what_s a variable.json b/Code-Tutor/intents/2.1 what_s a variable.json index 17f600a..bd3d7a0 100755 --- a/Code-Tutor/intents/2.1 what_s a variable.json +++ b/Code-Tutor/intents/2.1 what_s a variable.json @@ -84,5 +84,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/2.2 what_s an array.json b/Code-Tutor/intents/2.2 what_s an array.json index 7734a8e..37edebe 100755 --- a/Code-Tutor/intents/2.2 what_s an array.json +++ b/Code-Tutor/intents/2.2 what_s an array.json @@ -87,5 +87,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/2.3 what_s a string.json b/Code-Tutor/intents/2.3 what_s a string.json index 57fc222..87a42c5 100755 --- a/Code-Tutor/intents/2.3 what_s a string.json +++ b/Code-Tutor/intents/2.3 what_s a string.json @@ -84,5 +84,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/2.5 what_s a loop.json b/Code-Tutor/intents/2.5 what_s a loop.json index 53ca6e1..12979d8 100755 --- a/Code-Tutor/intents/2.5 what_s a loop.json +++ b/Code-Tutor/intents/2.5 what_s a loop.json @@ -84,5 +84,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/2.6 what_s an if statement.json b/Code-Tutor/intents/2.6 what_s an if statement.json index 1fb148b..edf18f4 100755 --- a/Code-Tutor/intents/2.6 what_s an if statement.json +++ b/Code-Tutor/intents/2.6 what_s an if statement.json @@ -87,5 +87,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.1.1 variable - value.json b/Code-Tutor/intents/3.1.1 variable - value.json index 320a47d..c3c1915 100755 --- a/Code-Tutor/intents/3.1.1 variable - value.json +++ b/Code-Tutor/intents/3.1.1 variable - value.json @@ -77,5 +77,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.1.2 variable - run code.json b/Code-Tutor/intents/3.1.2 variable - run code.json index dab6768..7c8f856 100755 --- a/Code-Tutor/intents/3.1.2 variable - run code.json +++ b/Code-Tutor/intents/3.1.2 variable - run code.json @@ -86,5 +86,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.2.1 array - size.json b/Code-Tutor/intents/3.2.1 array - size.json index de9d660..1737c41 100755 --- a/Code-Tutor/intents/3.2.1 array - size.json +++ b/Code-Tutor/intents/3.2.1 array - size.json @@ -47,5 +47,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.2.2 array - fill.json b/Code-Tutor/intents/3.2.2 array - fill.json index 307cfa1..7cd017f 100755 --- a/Code-Tutor/intents/3.2.2 array - fill.json +++ b/Code-Tutor/intents/3.2.2 array - fill.json @@ -47,5 +47,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.2.3 array - run code.json b/Code-Tutor/intents/3.2.3 array - run code.json index cfff2f0..1a1c58e 100755 --- a/Code-Tutor/intents/3.2.3 array - run code.json +++ b/Code-Tutor/intents/3.2.3 array - run code.json @@ -73,5 +73,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.3.1 string - string1.json b/Code-Tutor/intents/3.3.1 string - string1.json index a11d7ba..d7378f2 100755 --- a/Code-Tutor/intents/3.3.1 string - string1.json +++ b/Code-Tutor/intents/3.3.1 string - string1.json @@ -65,5 +65,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.3.2 string - string2.json b/Code-Tutor/intents/3.3.2 string - string2.json index 0383717..9938297 100755 --- a/Code-Tutor/intents/3.3.2 string - string2.json +++ b/Code-Tutor/intents/3.3.2 string - string2.json @@ -83,5 +83,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.3.3 string - run code.json b/Code-Tutor/intents/3.3.3 string - run code.json index 9fd7409..0f72890 100755 --- a/Code-Tutor/intents/3.3.3 string - run code.json +++ b/Code-Tutor/intents/3.3.3 string - run code.json @@ -75,5 +75,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.4.1 loop - what.json b/Code-Tutor/intents/3.4.1 loop - what.json index 270ace0..bb23ee2 100755 --- a/Code-Tutor/intents/3.4.1 loop - what.json +++ b/Code-Tutor/intents/3.4.1 loop - what.json @@ -88,5 +88,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.4.2 loop - times.json b/Code-Tutor/intents/3.4.2 loop - times.json index 7cc6803..e9eb16d 100755 --- a/Code-Tutor/intents/3.4.2 loop - times.json +++ b/Code-Tutor/intents/3.4.2 loop - times.json @@ -51,5 +51,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.4.3 loop - run code.json b/Code-Tutor/intents/3.4.3 loop - run code.json index 4229433..1cb3e00 100755 --- a/Code-Tutor/intents/3.4.3 loop - run code.json +++ b/Code-Tutor/intents/3.4.3 loop - run code.json @@ -48,5 +48,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.5.1 sound effects - unlock.json b/Code-Tutor/intents/3.5.1 sound effects - unlock.json index a1aa3bb..b7081ad 100755 --- a/Code-Tutor/intents/3.5.1 sound effects - unlock.json +++ b/Code-Tutor/intents/3.5.1 sound effects - unlock.json @@ -62,5 +62,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.5.2 sound effects - more info.json b/Code-Tutor/intents/3.5.2 sound effects - more info.json index e16dde6..04d18b3 100755 --- a/Code-Tutor/intents/3.5.2 sound effects - more info.json +++ b/Code-Tutor/intents/3.5.2 sound effects - more info.json @@ -54,5 +54,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.5.3 sound effects - value response.json b/Code-Tutor/intents/3.5.3 sound effects - value response.json index f3a5457..b020ac3 100755 --- a/Code-Tutor/intents/3.5.3 sound effects - value response.json +++ b/Code-Tutor/intents/3.5.3 sound effects - value response.json @@ -41,5 +41,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.5.3.1 sound effects - beep.json b/Code-Tutor/intents/3.5.3.1 sound effects - beep.json index 735b5cb..669988d 100755 --- a/Code-Tutor/intents/3.5.3.1 sound effects - beep.json +++ b/Code-Tutor/intents/3.5.3.1 sound effects - beep.json @@ -28,5 +28,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.5.3.2 sound effects - wood planks.json b/Code-Tutor/intents/3.5.3.2 sound effects - wood planks.json index c9b9c5f..546471c 100755 --- a/Code-Tutor/intents/3.5.3.2 sound effects - wood planks.json +++ b/Code-Tutor/intents/3.5.3.2 sound effects - wood planks.json @@ -28,5 +28,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.6.1 example - name.json b/Code-Tutor/intents/3.6.1 example - name.json index 29aedbb..5d9710c 100755 --- a/Code-Tutor/intents/3.6.1 example - name.json +++ b/Code-Tutor/intents/3.6.1 example - name.json @@ -47,5 +47,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.6.2 example - run code.json b/Code-Tutor/intents/3.6.2 example - run code.json index a261b69..206b0c7 100755 --- a/Code-Tutor/intents/3.6.2 example - run code.json +++ b/Code-Tutor/intents/3.6.2 example - run code.json @@ -41,5 +41,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.0 sandbox - what_s on the list.json b/Code-Tutor/intents/3.7.0 sandbox - what_s on the list.json index b8a7ca1..b063277 100755 --- a/Code-Tutor/intents/3.7.0 sandbox - what_s on the list.json +++ b/Code-Tutor/intents/3.7.0 sandbox - what_s on the list.json @@ -54,5 +54,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.1 sandbox - variable.json b/Code-Tutor/intents/3.7.1 sandbox - variable.json index 4b1d630..7974abc 100755 --- a/Code-Tutor/intents/3.7.1 sandbox - variable.json +++ b/Code-Tutor/intents/3.7.1 sandbox - variable.json @@ -76,5 +76,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.2 sandbox - repeat.json b/Code-Tutor/intents/3.7.2 sandbox - repeat.json index 5a7f853..486623a 100755 --- a/Code-Tutor/intents/3.7.2 sandbox - repeat.json +++ b/Code-Tutor/intents/3.7.2 sandbox - repeat.json @@ -71,5 +71,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.3 sandbox - say.json b/Code-Tutor/intents/3.7.3 sandbox - say.json index c0db55b..7ee399b 100755 --- a/Code-Tutor/intents/3.7.3 sandbox - say.json +++ b/Code-Tutor/intents/3.7.3 sandbox - say.json @@ -71,5 +71,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.4 sandbox - if.json b/Code-Tutor/intents/3.7.4 sandbox - if.json index 5c763b7..0b5f6a9 100755 --- a/Code-Tutor/intents/3.7.4 sandbox - if.json +++ b/Code-Tutor/intents/3.7.4 sandbox - if.json @@ -83,5 +83,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.5 sandbox - run code.json b/Code-Tutor/intents/3.7.5 sandbox - run code.json index 2efc388..f91f307 100755 --- a/Code-Tutor/intents/3.7.5 sandbox - run code.json +++ b/Code-Tutor/intents/3.7.5 sandbox - run code.json @@ -59,5 +59,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.6 sandbox - undo.json b/Code-Tutor/intents/3.7.6 sandbox - undo.json index ba78f6b..7c26b1c 100755 --- a/Code-Tutor/intents/3.7.6 sandbox - undo.json +++ b/Code-Tutor/intents/3.7.6 sandbox - undo.json @@ -59,5 +59,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/test.json b/Code-Tutor/intents/test.json index a3700d6..740ae1a 100755 --- a/Code-Tutor/intents/test.json +++ b/Code-Tutor/intents/test.json @@ -25,5 +25,7 @@ "webhookForSlotFilling": false, "fallbackIntent": false, "events": [], - "conditionalResponses": [] + "conditionalResponses": [], + "condition": "", + "conditionalFollowupEvents": [] } \ No newline at end of file