From 1bdff2e673be39e21906cbe655ad8a818ba3bda9 Mon Sep 17 00:00:00 2001 From: hchiam Date: Mon, 3 Dec 2018 01:46:58 -0500 Subject: [PATCH] updated zip export --- Code-Tutor/agent.json | 11 +- Code-Tutor/intents/-1.0 No_Bye.json | 2 +- .../intents/-1.0 No_Bye_usersays_en.json | 82 +++++------ .../intents/0.0 Default Fallback Intent.json | 8 +- ...lt Fallback Intent - yes - suggestion.json | 4 +- ...Intent - yes - suggestion_usersays_en.json | 2 +- .../0.1 Default Fallback Intent - yes.json | 4 +- ...ult Fallback Intent - yes_usersays_en.json | 68 ++++----- .../intents/0.2 easter egg_usersays_en.json | 26 ++-- .../intents/1.0 Default Welcome Intent.json | 2 +- ....0 Default Welcome Intent_usersays_en.json | 58 ++++---- .../1.0.1 I don_t know_usersays_en.json | 18 +-- .../1.0.2 do something else_usersays_en.json | 10 +- Code-Tutor/intents/1.1 a variable.json | 2 +- .../intents/1.1 a variable_usersays_en.json | 26 ++-- Code-Tutor/intents/1.2 an array.json | 2 +- .../intents/1.2 an array_usersays_en.json | 32 ++--- Code-Tutor/intents/1.3 a string.json | 2 +- .../intents/1.3 a string_usersays_en.json | 22 +-- Code-Tutor/intents/1.4 a loop.json | 2 +- .../intents/1.4 a loop_usersays_en.json | 28 ++-- .../1.5 sound effects_usersays_en.json | 8 +- .../intents/1.6 an example_usersays_en.json | 24 ++-- .../intents/1.7 sandbox_usersays_en.json | 2 +- .../intents/2.0 what_s code_usersays_en.json | 18 +-- .../2.1 what_s a variable_usersays_en.json | 20 +-- .../2.2 what_s an array_usersays_en.json | 12 +- .../2.3 what_s a string_usersays_en.json | 16 +-- .../2.5 what_s a loop_usersays_en.json | 14 +- ....6 what_s an if statement_usersays_en.json | 8 +- .../3.1.1 variable - value_usersays_en.json | 30 ++-- ...3.1.2 variable - run code_usersays_en.json | 2 +- .../3.2.1 array - size_usersays_en.json | 52 +++---- .../3.2.2 array - fill_usersays_en.json | 2 +- .../3.2.3 array - run code_usersays_en.json | 2 +- .../3.3.1 string - string1_usersays_en.json | 2 +- .../3.3.2 string - string2_usersays_en.json | 2 +- .../3.3.3 string - run code_usersays_en.json | 2 +- .../3.4.1 loop - what_usersays_en.json | 2 +- .../3.4.2 loop - times_usersays_en.json | 136 +++++++++--------- .../3.4.3 loop - run code_usersays_en.json | 2 +- ....1 sound effects - unlock_usersays_en.json | 2 +- ...sound effects - more info_usersays_en.json | 42 +++--- ... effects - value response_usersays_en.json | 2 +- ....3.1 sound effects - beep_usersays_en.json | 2 +- ...und effects - wood planks_usersays_en.json | 2 +- .../3.6.1 example - name_usersays_en.json | 2 +- .../3.6.2 example - run code_usersays_en.json | 2 +- ...dbox - what_s on the list_usersays_en.json | 18 +-- .../3.7.1 sandbox - variable_usersays_en.json | 36 ++--- .../intents/3.7.2 sandbox - repeat.json | 2 +- .../3.7.2 sandbox - repeat_usersays_en.json | 94 ++++++++++-- .../3.7.3 sandbox - say_usersays_en.json | 2 +- .../3.7.4 sandbox - if_usersays_en.json | 60 ++++---- .../3.7.5 sandbox - run code_usersays_en.json | 2 +- .../3.7.6 sandbox - undo_usersays_en.json | 34 ++--- Code-Tutor/intents/test.json | 28 ++++ Code-Tutor/intents/test_usersays_en.json | 14 ++ README.md | 2 +- 59 files changed, 612 insertions(+), 501 deletions(-) create mode 100644 Code-Tutor/intents/test.json create mode 100644 Code-Tutor/intents/test_usersays_en.json diff --git a/Code-Tutor/agent.json b/Code-Tutor/agent.json index 33e717a..3aa8718 100644 --- a/Code-Tutor/agent.json +++ b/Code-Tutor/agent.json @@ -1,15 +1,17 @@ { - "description": "", + "description": "Build simple code, hands-free.", "language": "en", "disableInteractionLogs": false, "disableStackdriverLogs": true, "googleAssistant": { "googleAssistantCompatible": true, - "project": "code-tutor-4", + "project": "code-tutor-59988", "welcomeIntentSignInRequired": false, "startIntents": [], "systemIntents": [], - "endIntentIds": [], + "endIntentIds": [ + "8eda261a-92ea-4f78-9826-e504705e6659" + ], "oAuthLinking": { "required": false, "grantType": "AUTH_CODE_GRANT" @@ -17,11 +19,12 @@ "voiceType": "MALE_1", "capabilities": [], "protocolVersion": "V2", + "autoPreviewEnabled": true, "isDeviceAgent": false }, "defaultTimezone": "America/New_York", "webhook": { - "url": "https://us-central1-code-tutor-4.cloudfunctions.net/dialogflowFirebaseFulfillment", + "url": "https://us-central1-code-tutor-59988.cloudfunctions.net/dialogflowFirebaseFulfillment", "available": true, "useForDomains": false, "cloudFunctionsEnabled": true, diff --git a/Code-Tutor/intents/-1.0 No_Bye.json b/Code-Tutor/intents/-1.0 No_Bye.json index 3df9b86..10450b2 100644 --- a/Code-Tutor/intents/-1.0 No_Bye.json +++ b/Code-Tutor/intents/-1.0 No_Bye.json @@ -28,7 +28,7 @@ "priority": 500000, "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1543788515, + "lastUpdate": 1543781340, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/-1.0 No_Bye_usersays_en.json b/Code-Tutor/intents/-1.0 No_Bye_usersays_en.json index 21d88b8..07534d3 100644 --- a/Code-Tutor/intents/-1.0 No_Bye_usersays_en.json +++ b/Code-Tutor/intents/-1.0 No_Bye_usersays_en.json @@ -1,21 +1,21 @@ [ { - "id": "c551fcdf-bd9d-4bae-ad12-89333514c731", + "id": "f9e44fb6-4788-42ee-a30d-cdee69320998", "data": [ { - "text": "bye bye", + "text": "no", "userDefined": false } ], "isTemplate": false, - "count": 1, + "count": 0, "updated": 1528162147 }, { - "id": "7555e7ae-b4ea-4eb8-a68c-8743cedfa0a7", + "id": "1a94c02b-8f1c-4dd7-a829-0239178e7eaa", "data": [ { - "text": "i\u0027m finished", + "text": "I don\u0027t want to do this anymore", "userDefined": false } ], @@ -24,34 +24,34 @@ "updated": 1528162147 }, { - "id": "a342314d-d233-4f4d-a1c0-2e53b6a9df20", + "id": "cd8c29b0-81c0-4b28-b7b0-69d9d1249329", "data": [ { - "text": "gotta go", + "text": "exit", "userDefined": false } ], "isTemplate": false, - "count": 1, + "count": 0, "updated": 1528162147 }, { - "id": "b8e75b90-c2bc-49be-bf48-cecd15ca3ad2", + "id": "df86245e-0913-4124-af2e-93f2613a874c", "data": [ { - "text": "nevermind", + "text": "gotta go", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 1528162147 }, { - "id": "f75a9272-2255-4ae7-a865-73deba6675ae", + "id": "23af3358-737b-42ab-bae1-5d69bb7346e5", "data": [ { - "text": "nothing", + "text": "i\u0027m finished", "userDefined": false } ], @@ -60,10 +60,10 @@ "updated": 1528162147 }, { - "id": "d9773670-ac95-41ca-83b3-b1d822a98260", + "id": "8a3c49ec-b5a9-4190-a968-c7d9a8a9e687", "data": [ { - "text": "no", + "text": "I\u0027m tired", "userDefined": false } ], @@ -72,7 +72,7 @@ "updated": 1528162147 }, { - "id": "559d12b4-4127-46c6-8777-cf68e86ab24a", + "id": "37c26656-8170-4fb1-97b6-0af6e3134484", "data": [ { "text": "done", @@ -84,10 +84,10 @@ "updated": 1528162147 }, { - "id": "2de0cbd6-e0d6-4172-9cf9-f9deb5d46882", + "id": "60142adc-9163-4a88-901c-29a5825bf3dd", "data": [ { - "text": "I\u0027m done", + "text": "that\u0027s it for now", "userDefined": false } ], @@ -96,10 +96,10 @@ "updated": 1528162147 }, { - "id": "d9502c36-e4c7-4dfb-b561-f3507563f724", + "id": "f9473401-1265-43de-a3be-0c37137b6bf7", "data": [ { - "text": "goodbye", + "text": "let\u0027s stop", "userDefined": false } ], @@ -108,10 +108,10 @@ "updated": 1528162147 }, { - "id": "6f5681a4-1414-427d-8675-d3b1c6027044", + "id": "e5789f27-0c36-481f-9bde-f14ce6b9777c", "data": [ { - "text": "ok bye", + "text": "cancel", "userDefined": false } ], @@ -120,10 +120,10 @@ "updated": 1528162147 }, { - "id": "6e1c019c-d4a5-4853-85ba-67fdf9c4d251", + "id": "e614285d-2040-477e-8182-74dfc478bd39", "data": [ { - "text": "exit", + "text": "bye", "userDefined": false } ], @@ -132,10 +132,10 @@ "updated": 1528162147 }, { - "id": "32923cab-60cb-4564-bad2-8261f37ce4fb", + "id": "47ba793d-7b52-4033-b607-44a63c0de932", "data": [ { - "text": "that\u0027s it for now", + "text": "stop", "userDefined": false } ], @@ -144,10 +144,10 @@ "updated": 1528162147 }, { - "id": "70f2bd39-6c9e-4334-b857-351fe5718b80", + "id": "bbf8a21a-b0e3-4387-b089-703ab8aec2bf", "data": [ { - "text": "let\u0027s stop programming", + "text": "ok bye", "userDefined": false } ], @@ -156,10 +156,10 @@ "updated": 1528162147 }, { - "id": "f8627ac0-7885-4bdb-b929-8f1896c57689", + "id": "e02b1ee9-90b7-4920-839c-186837f71f45", "data": [ { - "text": "let\u0027s stop", + "text": "goodbye", "userDefined": false } ], @@ -168,10 +168,10 @@ "updated": 1528162147 }, { - "id": "a7ebc38e-2de0-488c-b307-9fd4dd5e29ff", + "id": "5cf389ca-13f2-4b2d-a259-e3950a57a342", "data": [ { - "text": "I\u0027m tired", + "text": "nevermind", "userDefined": false } ], @@ -180,10 +180,10 @@ "updated": 1528162147 }, { - "id": "5ef4058f-c3e7-4751-b2ff-8351cd28ce18", + "id": "95920db0-b022-4f4b-8a03-a6dd93066b87", "data": [ { - "text": "cancel", + "text": "let\u0027s stop programming", "userDefined": false } ], @@ -192,22 +192,22 @@ "updated": 1528162147 }, { - "id": "ae3e2028-1f2a-472c-9257-e131d7fdd729", + "id": "98fd7999-5935-4c23-8895-1e95f063d643", "data": [ { - "text": "stop", + "text": "bye bye", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 1528162147 }, { - "id": "1c8c2ff1-abba-4c25-8d4f-5a855651950c", + "id": "fd5fed07-9724-4ee3-9b73-b312b781583c", "data": [ { - "text": "I don\u0027t want to do this anymore", + "text": "nothing", "userDefined": false } ], @@ -216,10 +216,10 @@ "updated": 1528162147 }, { - "id": "79fe7ae4-f3f9-4d8d-9dc0-b84c20b8551e", + "id": "564813f3-a183-4c41-bfb8-7d7acc9129a1", "data": [ { - "text": "bye", + "text": "I\u0027m done", "userDefined": false } ], diff --git a/Code-Tutor/intents/0.0 Default Fallback Intent.json b/Code-Tutor/intents/0.0 Default Fallback Intent.json index 5401bb1..b0b95e8 100644 --- a/Code-Tutor/intents/0.0 Default Fallback Intent.json +++ b/Code-Tutor/intents/0.0 Default Fallback Intent.json @@ -20,10 +20,10 @@ "type": "basic_card", "platform": "google", "lang": "en", - "formattedText": "Send feedback", + "formattedText": "feedback form", "buttons": [ { - "title": "feedback form", + "title": "https://goo.gl/forms/mn2Xcy0tmNyFQ5y72", "openUrlAction": { "url": "https://goo.gl/forms/mn2Xcy0tmNyFQ5y72", "urlTypeHint": "URL_TYPE_HINT_UNSPECIFIED" @@ -44,9 +44,9 @@ } ], "priority": 500000, - "webhookUsed": false, + "webhookUsed": true, "webhookForSlotFilling": false, - "lastUpdate": 1543798872, + "lastUpdate": 1543785028, "fallbackIntent": true, "events": [] } \ 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 f72d0ad..4f2090e 100644 --- a/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json +++ b/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion.json @@ -33,9 +33,9 @@ } ], "priority": 500000, - "webhookUsed": true, + "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1523739869, + "lastUpdate": 1543784165, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion_usersays_en.json b/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion_usersays_en.json index 0054d8e..52863ae 100644 --- a/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion_usersays_en.json +++ b/Code-Tutor/intents/0.1 Default Fallback Intent - yes - suggestion_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "323cdce1-a084-4f7c-bc24-691788b47cda", + "id": "9a11b29d-e9eb-4b46-af66-e7dbdb6d595f", "data": [ { "text": "@sys.any:suggestion", 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 4731b81..2d894f6 100644 --- a/Code-Tutor/intents/0.1 Default Fallback Intent - yes.json +++ b/Code-Tutor/intents/0.1 Default Fallback Intent - yes.json @@ -34,9 +34,9 @@ } ], "priority": 500000, - "webhookUsed": false, + "webhookUsed": true, "webhookForSlotFilling": false, - "lastUpdate": 1522720870, + "lastUpdate": 1543784216, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/0.1 Default Fallback Intent - yes_usersays_en.json b/Code-Tutor/intents/0.1 Default Fallback Intent - yes_usersays_en.json index b723681..7640f87 100644 --- a/Code-Tutor/intents/0.1 Default Fallback Intent - yes_usersays_en.json +++ b/Code-Tutor/intents/0.1 Default Fallback Intent - yes_usersays_en.json @@ -1,69 +1,69 @@ [ { - "id": "3a552620-c26d-49b4-974a-8f65adf556b0", + "id": "4c18d2c6-4bc6-4cff-95fa-b34ccf5df3ce", "data": [ { - "text": "sounds good", + "text": "confirm", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 0 }, { - "id": "987e8523-a8d7-4bd9-9e97-afdf811507bd", + "id": "c1e54557-b14c-4749-96be-d336185c9ef7", "data": [ { - "text": "of course", + "text": "okay", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 0 + "updated": 1505507989 }, { - "id": "3eeea870-3001-4a39-836d-da21b7748c5f", + "id": "6619840a-235f-47fe-b12e-2c8e2ef37e1b", "data": [ { - "text": "I agree", + "text": "ok", "userDefined": false } ], "isTemplate": false, - "count": 1, - "updated": 0 + "count": 0, + "updated": 1505507989 }, { - "id": "9789a30e-1d56-43ce-abbc-e1e58d8e7c94", + "id": "68492906-b964-44f7-b56f-c17ea42ad2ae", "data": [ { - "text": "do it", + "text": "of course", "userDefined": false } ], "isTemplate": false, - "count": 1, + "count": 0, "updated": 0 }, { - "id": "c0ccecdb-960f-41b2-9b2f-282ef370ff25", + "id": "a394fcac-b16c-4f6e-a847-29e4c8f7fe0e", "data": [ { - "text": "okay", + "text": "sure", "userDefined": false } ], "isTemplate": false, - "count": 0, - "updated": 1505507989 + "count": 2, + "updated": 0 }, { - "id": "ebfd5a9b-a6d5-4419-a356-2d9ef477e45a", + "id": "fb90027a-f894-42a6-89e6-41e5d54442cc", "data": [ { - "text": "exactly", + "text": "I don\u0027t mind", "userDefined": false } ], @@ -72,34 +72,34 @@ "updated": 0 }, { - "id": "ae4582a9-ffab-4ac5-bd18-780e2206c35a", + "id": "32f3dbd2-36c2-4396-abd4-25e433b693de", "data": [ { - "text": "sure", + "text": "yes", "userDefined": false } ], "isTemplate": false, - "count": 2, + "count": 0, "updated": 0 }, { - "id": "fa33ccd0-b60c-42b3-89ed-f1b03f8c3b7f", + "id": "e29a2a83-5aaf-4c48-afbc-6186b397221b", "data": [ { - "text": "ok", + "text": "that\u0027s correct", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1505507989 + "updated": 0 }, { - "id": "3b601ab6-ec54-4253-a0b9-49bc0ffd94a4", + "id": "9110848d-db40-44a8-ac7e-16714bd5f655", "data": [ { - "text": "confirm", + "text": "I agree", "userDefined": false } ], @@ -108,22 +108,22 @@ "updated": 0 }, { - "id": "b24a9dc5-da9d-47b4-89b5-e6f2a69829ff", + "id": "831078c4-9521-4a07-a287-a4d5ccfa7cae", "data": [ { - "text": "I don\u0027t mind", + "text": "do it", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 0 }, { - "id": "8d71c625-5a4f-42da-8d98-ef3bc211e982", + "id": "bd037313-049a-48fb-bebc-e4c81063eb65", "data": [ { - "text": "that\u0027s correct", + "text": "exactly", "userDefined": false } ], @@ -132,10 +132,10 @@ "updated": 0 }, { - "id": "b0e7a1b5-daa3-4d8b-9e9a-27a06ded4016", + "id": "ad94dadf-d589-4dab-8de2-63d30c4afd91", "data": [ { - "text": "yes", + "text": "sounds good", "userDefined": false } ], diff --git a/Code-Tutor/intents/0.2 easter egg_usersays_en.json b/Code-Tutor/intents/0.2 easter egg_usersays_en.json index b0e225a..f754cf1 100644 --- a/Code-Tutor/intents/0.2 easter egg_usersays_en.json +++ b/Code-Tutor/intents/0.2 easter egg_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "2b6f341d-8393-4dbb-b4c2-4b2704a758a1", + "id": "07c087a3-96ad-4a1a-9c59-32e132e65e08", "data": [ { - "text": "secret feature", + "text": "hidden feature", "userDefined": false } ], @@ -12,19 +12,19 @@ "updated": 1524098439 }, { - "id": "d0547a5e-0cd6-4005-93cd-3370a8cd3f82", + "id": "803e1e75-584c-4fd7-9264-cc511f645cc0", "data": [ { - "text": "any easter eggs", + "text": "secret feature", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1523582046 + "updated": 1524098439 }, { - "id": "9cd4a308-3e31-43e8-aa60-c7dcf17c3508", + "id": "ad60f278-b37d-4f45-b324-50936672ce93", "data": [ { "text": "Do you have any hidden features?", @@ -36,10 +36,10 @@ "updated": 1523582046 }, { - "id": "dcece3ed-ce98-410c-a36c-ce776e402bfb", + "id": "0650de2f-811b-4479-9cae-bd46ce9d1b22", "data": [ { - "text": "easter egg", + "text": "got an easter egg feature?", "userDefined": false } ], @@ -48,22 +48,22 @@ "updated": 1523582046 }, { - "id": "293de610-2d3a-49ab-bb99-f4a704d1da60", + "id": "59e76774-7286-4abe-b258-fa843c08d68b", "data": [ { - "text": "hidden feature", + "text": "any easter eggs", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1524098439 + "updated": 1523582046 }, { - "id": "83311be0-7ca2-465c-88e0-069c56068b62", + "id": "ee6184d1-b18b-477a-bf4f-05edec9de7dc", "data": [ { - "text": "got an easter egg feature?", + "text": "easter egg", "userDefined": false } ], diff --git a/Code-Tutor/intents/1.0 Default Welcome Intent.json b/Code-Tutor/intents/1.0 Default Welcome Intent.json index dd4b063..5f85aeb 100644 --- a/Code-Tutor/intents/1.0 Default Welcome Intent.json +++ b/Code-Tutor/intents/1.0 Default Welcome Intent.json @@ -69,7 +69,7 @@ "priority": 500000, "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1543788566, + "lastUpdate": 1543782114, "fallbackIntent": false, "events": [ { diff --git a/Code-Tutor/intents/1.0 Default Welcome Intent_usersays_en.json b/Code-Tutor/intents/1.0 Default Welcome Intent_usersays_en.json index e131b46..eb95f1e 100644 --- a/Code-Tutor/intents/1.0 Default Welcome Intent_usersays_en.json +++ b/Code-Tutor/intents/1.0 Default Welcome Intent_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "fd34639c-26d3-4b8d-b32a-609a747879d3", + "id": "2a5ff044-c113-445d-b958-f4709e53fc12", "data": [ { - "text": "what am i supposed to do", + "text": "How do I program by talking?", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1527829055 }, { - "id": "bb74798b-308d-47ee-8190-44d9fb7352db", + "id": "2e4a4aa3-126f-48fc-b0c3-d4b6a638feae", "data": [ { - "text": "teach me how to code", + "text": "go back to the beginning", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1527829055 }, { - "id": "c730c3a4-2f14-4d60-afb1-c9e16b6ae6a8", + "id": "dd9e8fb7-c30d-43ec-bda9-04184246bfde", "data": [ { - "text": "what can i do", + "text": "how does this work", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1527829055 }, { - "id": "011ce46a-7384-426b-bb49-79295a628684", + "id": "c58c5deb-6d7f-4125-8278-a2a99a8ad21a", "data": [ { - "text": "let\u0027s start again", + "text": "What do I do", "userDefined": false } ], @@ -48,10 +48,10 @@ "updated": 1527829055 }, { - "id": "cdf9c356-d773-4176-a466-ebb160dab025", + "id": "35bd8ded-68f5-4e58-b7c1-fc4de0ef4763", "data": [ { - "text": "what do you do", + "text": "what am i supposed to do", "userDefined": false } ], @@ -60,10 +60,10 @@ "updated": 1527829055 }, { - "id": "3e2945b3-7cde-4756-bf41-ac0daef28805", + "id": "db03777b-d6e0-4207-ad5c-5cd07b017907", "data": [ { - "text": "how does this work", + "text": "what is this", "userDefined": false } ], @@ -72,10 +72,10 @@ "updated": 1527829055 }, { - "id": "5516206a-21f3-4266-b465-3aee9c589741", + "id": "6ac25346-0e38-4ee8-8666-d6b5766b096b", "data": [ { - "text": "How can I program by voice?", + "text": "teach me how to code", "userDefined": false } ], @@ -84,10 +84,10 @@ "updated": 1527829055 }, { - "id": "96769a8a-10c4-4ed2-902c-dcf85d7c7126", + "id": "dceafd37-541e-474e-bf7b-bca12776308a", "data": [ { - "text": "teach me to program", + "text": "let\u0027s start again", "userDefined": false } ], @@ -96,7 +96,7 @@ "updated": 1527829055 }, { - "id": "bed10e8b-9552-4d29-a078-6085fcc8cf12", + "id": "44f075c4-476d-41a0-93db-745954f14f51", "data": [ { "text": "I want to learn to program", @@ -108,10 +108,10 @@ "updated": 1527829055 }, { - "id": "3cc3a8ea-dfc7-44d6-ab05-1ad0ec01762c", + "id": "972a5ee9-335a-4826-8b75-068382211063", "data": [ { - "text": "How do I program by talking?", + "text": "how do you use this?", "userDefined": false } ], @@ -120,10 +120,10 @@ "updated": 1527829055 }, { - "id": "0d5a3cd6-68c8-4b8b-b3c3-bfafa007904d", + "id": "231137d7-db9c-4567-9067-d63133f1b68a", "data": [ { - "text": "what\u0027s going on", + "text": "teach me to program", "userDefined": false } ], @@ -132,10 +132,10 @@ "updated": 1527829055 }, { - "id": "d3431cf7-d430-4dcc-aa92-a032cb25fffb", + "id": "0031afbf-dd59-4bfb-a73b-f4bde63fc908", "data": [ { - "text": "What do I do", + "text": "what can i do", "userDefined": false } ], @@ -144,10 +144,10 @@ "updated": 1527829055 }, { - "id": "deee40d1-c524-4103-99c4-7a0355067a5f", + "id": "891a8f58-ae7f-48db-82bc-6773a484be10", "data": [ { - "text": "go back to the beginning", + "text": "what\u0027s going on", "userDefined": false } ], @@ -156,10 +156,10 @@ "updated": 1527829055 }, { - "id": "1d57c851-f2d0-4c7a-99b8-8f1f9c96c641", + "id": "a813c48f-0eb2-4b32-988d-230be2f40a23", "data": [ { - "text": "what is this", + "text": "what do you do", "userDefined": false } ], @@ -168,10 +168,10 @@ "updated": 1527829055 }, { - "id": "44d2ab63-c620-4dfe-b413-e16333a91d84", + "id": "ac204c49-4c64-49d8-b106-2fbc53c75650", "data": [ { - "text": "how do you use this?", + "text": "How can I program by voice?", "userDefined": false } ], diff --git a/Code-Tutor/intents/1.0.1 I don_t know_usersays_en.json b/Code-Tutor/intents/1.0.1 I don_t know_usersays_en.json index 8901c8f..fd56ad0 100644 --- a/Code-Tutor/intents/1.0.1 I don_t know_usersays_en.json +++ b/Code-Tutor/intents/1.0.1 I don_t know_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "9fc2476a-2fcf-4f81-a3dc-f4f23877a138", + "id": "ca43338c-cd70-4f18-8c7b-6cbf5b1ac655", "data": [ { "text": "I don\u0027t know", @@ -12,22 +12,22 @@ "updated": 1524528250 }, { - "id": "bce5471e-17a6-479b-9c9e-416ad1f8bdca", + "id": "8bc9ec13-975f-40c7-8bc1-7a3fbf6b7cb9", "data": [ { - "text": "I\u0027m confused", + "text": "what else can i build", "userDefined": false } ], "isTemplate": false, - "count": 1, + "count": 0, "updated": 1524528250 }, { - "id": "f906fad0-d2d3-4f1d-bcc5-ed740e6b743c", + "id": "3bae7761-c9ab-4ad8-a48d-c0514f3a3199", "data": [ { - "text": "what else can i build", + "text": "What else can I make?", "userDefined": false } ], @@ -36,15 +36,15 @@ "updated": 1524528250 }, { - "id": "82cec3ff-1e44-4b26-8e25-0e0bb853ac38", + "id": "2c9189fc-e9b4-4057-964a-64a8e99a43be", "data": [ { - "text": "What else can I make?", + "text": "I\u0027m confused", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 1524528250 } ] \ No newline at end of file diff --git a/Code-Tutor/intents/1.0.2 do something else_usersays_en.json b/Code-Tutor/intents/1.0.2 do something else_usersays_en.json index 9b85b36..a7c5631 100644 --- a/Code-Tutor/intents/1.0.2 do something else_usersays_en.json +++ b/Code-Tutor/intents/1.0.2 do something else_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "8d7c390c-977c-4c61-a45a-04c8dd27eed7", + "id": "e5fb7043-6b17-424c-8418-cfbc937882f2", "data": [ { "text": "let\u0027s build something different", @@ -12,10 +12,10 @@ "updated": 1524527793 }, { - "id": "8910b3af-1f8b-4ed5-bfc1-e455c88a521d", + "id": "5df9335b-8174-442f-a00a-b3073f4579b2", "data": [ { - "text": "do something else", + "text": "make something else", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1524527793 }, { - "id": "01c7c7c3-21c7-40c9-a7eb-34c48caaa0be", + "id": "4ec566e7-954e-493b-b055-9c35319a7d44", "data": [ { - "text": "make something else", + "text": "do something else", "userDefined": false } ], diff --git a/Code-Tutor/intents/1.1 a variable.json b/Code-Tutor/intents/1.1 a variable.json index 8104b19..d12713b 100644 --- a/Code-Tutor/intents/1.1 a variable.json +++ b/Code-Tutor/intents/1.1 a variable.json @@ -37,7 +37,7 @@ "priority": 500000, "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1524195499, + "lastUpdate": 1540345688, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.1 a variable_usersays_en.json b/Code-Tutor/intents/1.1 a variable_usersays_en.json index 0fc2728..7c2b78f 100644 --- a/Code-Tutor/intents/1.1 a variable_usersays_en.json +++ b/Code-Tutor/intents/1.1 a variable_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "43954fad-bc83-4d4e-96a6-f8f570be56d0", + "id": "2bd0097a-8507-4c3c-a1ec-9dc35b202426", "data": [ { - "text": "I want to create a variable", + "text": "Yes, a variable", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1524195499 }, { - "id": "fa1564ac-ed3e-4161-bab0-3da46de4cfc0", + "id": "f38d6d9d-55eb-4b52-a3d6-e31aedc98753", "data": [ { - "text": "Yes, a variable", + "text": "I want to code a variable", "userDefined": false } ], @@ -24,19 +24,19 @@ "updated": 1524195499 }, { - "id": "8033395e-8b7c-4ac3-9112-3209127dfc9f", + "id": "cdfe3d96-fd31-4860-8801-fd2bea487390", "data": [ { - "text": "a variable", + "text": "I want to create a variable", "userDefined": false } ], "isTemplate": false, - "count": 2, + "count": 0, "updated": 1524195499 }, { - "id": "e2cce66d-359b-4c4b-805b-16ca3ab27518", + "id": "ef600602-04c0-4c57-9304-8c51890fe7de", "data": [ { "text": "i want to build a variable", @@ -48,10 +48,10 @@ "updated": 1524195499 }, { - "id": "9b76df8e-f62f-4037-8c57-35b1248c0f5c", + "id": "eec984ef-57a2-46ac-9769-8235b5e309f1", "data": [ { - "text": "I want to code a variable", + "text": "variable", "userDefined": false } ], @@ -60,15 +60,15 @@ "updated": 1524195499 }, { - "id": "ba17233b-e792-4f09-b675-6a164b6ea5a0", + "id": "c54febee-50cd-4827-a76a-f4d477537143", "data": [ { - "text": "variable", + "text": "a variable", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 2, "updated": 1524195499 } ] \ 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 ee988fe..b67bee3 100644 --- a/Code-Tutor/intents/1.2 an array.json +++ b/Code-Tutor/intents/1.2 an array.json @@ -38,7 +38,7 @@ "priority": 500000, "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1524194582, + "lastUpdate": 1540345727, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.2 an array_usersays_en.json b/Code-Tutor/intents/1.2 an array_usersays_en.json index 104f9e0..beb016f 100644 --- a/Code-Tutor/intents/1.2 an array_usersays_en.json +++ b/Code-Tutor/intents/1.2 an array_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "1743332c-7504-42dd-8f07-8215f04462ee", + "id": "97c4bb6b-4cc9-44df-9c6b-2571625bf8cb", "data": [ { - "text": "i want to build an array", + "text": "i want to create an array", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1523244593 }, { - "id": "758d7ba7-a66a-450e-8eca-9f3ffb6a443f", + "id": "89098dbd-9637-4587-9544-aadbee8f54ce", "data": [ { - "text": "an array", + "text": "i want to code an array", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1523244593 }, { - "id": "a308e79e-fcf6-4fae-8381-9ec48c365de6", + "id": "984a2d36-1df4-4698-904d-7135b886d013", "data": [ { - "text": "i want an array", + "text": "i want to build an array", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1523244593 }, { - "id": "c8dee6f1-de3d-4ce8-ab53-e8c4f6d3519d", + "id": "2b88648f-a7ad-4d7a-ac7c-c7d117d4331a", "data": [ { - "text": "a list", + "text": "i want an array", "userDefined": false } ], @@ -48,10 +48,10 @@ "updated": 1523244593 }, { - "id": "c45c239a-5392-4a67-bdab-9e85f2155af8", + "id": "4ddca35d-947e-4b12-b6e5-95778ca396e0", "data": [ { - "text": "i want to create an array", + "text": "a list", "userDefined": false } ], @@ -60,10 +60,10 @@ "updated": 1523244593 }, { - "id": "60a787f5-2d37-47de-a157-fa74a0920558", + "id": "ed8da44a-9ace-4445-a2cb-919e21227002", "data": [ { - "text": "array", + "text": "Yes, an array", "userDefined": false } ], @@ -72,10 +72,10 @@ "updated": 1523244593 }, { - "id": "e4721e21-00a8-4221-95b9-a9aceab9c1ff", + "id": "90df99b5-b9a9-4471-b7f9-a741da009a09", "data": [ { - "text": "Yes, an array", + "text": "array", "userDefined": false } ], @@ -84,10 +84,10 @@ "updated": 1523244593 }, { - "id": "fc8f6394-cbbd-4837-8b55-d4964a5c6f28", + "id": "2c9f4363-8b47-4fd1-bef9-d1e587da5251", "data": [ { - "text": "i want to code an array", + "text": "an array", "userDefined": false } ], diff --git a/Code-Tutor/intents/1.3 a string.json b/Code-Tutor/intents/1.3 a string.json index 73f6408..5dc9045 100644 --- a/Code-Tutor/intents/1.3 a string.json +++ b/Code-Tutor/intents/1.3 a string.json @@ -37,7 +37,7 @@ "priority": 500000, "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1524194613, + "lastUpdate": 1540345668, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.3 a string_usersays_en.json b/Code-Tutor/intents/1.3 a string_usersays_en.json index 01ef764..b14225f 100644 --- a/Code-Tutor/intents/1.3 a string_usersays_en.json +++ b/Code-Tutor/intents/1.3 a string_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "30f9057f-7b23-4413-82e1-997efe51ccb6", + "id": "8b0f03f1-9e83-4dfb-b0b1-f4fa1a3a4c2e", "data": [ { - "text": "i want to build a string", + "text": "i want to code a string", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1522722001 }, { - "id": "288c3961-784d-4378-8faa-6f57116df2f2", + "id": "69be0312-993c-4b0d-b269-049b56b60cc1", "data": [ { - "text": "i want to code a string", + "text": "i want to build a string", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1522722001 }, { - "id": "9d439d5b-47e8-4552-8a56-778061a36a8d", + "id": "5e2d6cb7-d9ce-420e-af66-a2259569c362", "data": [ { - "text": "i want to create a string", + "text": "I want a string", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1522722001 }, { - "id": "345698da-05e2-4aff-ada9-cffa3c4eab83", + "id": "7b8d79b7-d1ff-4cec-8955-86a1a3ac7ab2", "data": [ { - "text": "I want a string", + "text": "i want to create a string", "userDefined": false } ], @@ -48,7 +48,7 @@ "updated": 1522722001 }, { - "id": "2b2300e1-cecf-4c34-a55c-c8b361a65ce7", + "id": "2e38d7d2-794b-49c5-8372-59b128da4a7b", "data": [ { "text": "a string", @@ -60,7 +60,7 @@ "updated": 1522719219 }, { - "id": "9a77f576-b274-4a80-98ae-fca8af47fe6a", + "id": "ca997f6c-df5d-496c-a120-ea66dc8922fb", "data": [ { "text": "Yes, a string", @@ -72,7 +72,7 @@ "updated": 1522719219 }, { - "id": "acbea48f-8b60-4594-9fe4-887bb81c4193", + "id": "5aebeba1-d52c-4393-bb3d-5b19396044e0", "data": [ { "text": "string", diff --git a/Code-Tutor/intents/1.4 a loop.json b/Code-Tutor/intents/1.4 a loop.json index a936acb..4a6f1b6 100644 --- a/Code-Tutor/intents/1.4 a loop.json +++ b/Code-Tutor/intents/1.4 a loop.json @@ -37,7 +37,7 @@ "priority": 500000, "webhookUsed": false, "webhookForSlotFilling": false, - "lastUpdate": 1524194632, + "lastUpdate": 1540345626, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/1.4 a loop_usersays_en.json b/Code-Tutor/intents/1.4 a loop_usersays_en.json index c762fdc..8d0f514 100644 --- a/Code-Tutor/intents/1.4 a loop_usersays_en.json +++ b/Code-Tutor/intents/1.4 a loop_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "d116b372-0dba-4d96-ab85-e9138846a990", + "id": "5f75b15b-4e9a-44e1-b90b-bb7a0843af9f", "data": [ { "text": "a loop", @@ -12,7 +12,7 @@ "updated": 1522719249 }, { - "id": "826610a0-6695-40df-af69-2fc559928ce6", + "id": "7669fcc5-148c-4e08-8941-4b6d5693d36f", "data": [ { "text": "i want to create a loop", @@ -24,22 +24,22 @@ "updated": 1522722033 }, { - "id": "a481ee60-fc63-4859-896b-b5e15f7bd5ac", + "id": "2a1b7a45-568b-4579-bad7-68ccff5c548f", "data": [ { - "text": "Yes, a loop", + "text": "i want to build a loop", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1522719249 + "updated": 1522722033 }, { - "id": "9ae69f86-4a24-4ceb-8e32-ba11445b336a", + "id": "03b9722f-6e49-489d-97a4-51313adf487d", "data": [ { - "text": "i want to build a loop", + "text": "i want a loop", "userDefined": false } ], @@ -48,10 +48,10 @@ "updated": 1522722033 }, { - "id": "a206cbb6-ca67-4f76-b08a-7e83fb536918", + "id": "9e2e9706-107b-4bee-906e-495a4e615c6d", "data": [ { - "text": "i want a loop", + "text": "i want to code a loop", "userDefined": false } ], @@ -60,22 +60,22 @@ "updated": 1522722033 }, { - "id": "5965ac36-e028-4e76-924c-5153b458827a", + "id": "bbcf7e5e-f7a1-41e8-a591-0e76cae8b6f6", "data": [ { - "text": "i want to code a loop", + "text": "loop", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1522722033 + "updated": 1522719249 }, { - "id": "36bc16ae-5a9d-40ff-9fb4-d029939afcea", + "id": "d22cc958-7086-406c-ab92-6d4581757989", "data": [ { - "text": "loop", + "text": "Yes, a loop", "userDefined": false } ], diff --git a/Code-Tutor/intents/1.5 sound effects_usersays_en.json b/Code-Tutor/intents/1.5 sound effects_usersays_en.json index b5b9a73..ca0450f 100644 --- a/Code-Tutor/intents/1.5 sound effects_usersays_en.json +++ b/Code-Tutor/intents/1.5 sound effects_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "6a45d3f3-348a-4ea7-b405-3abed03c45ee", + "id": "e0fc3219-e2a5-4e6f-9a45-648577bf363a", "data": [ { - "text": "let\u0027s play with sound effects", + "text": "play with sound effects", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1523583450 }, { - "id": "f3109518-6363-4387-b7d4-5602833a522c", + "id": "939a9d2d-4f66-45f6-99fd-3b5550f5754f", "data": [ { - "text": "play with sound effects", + "text": "let\u0027s play with sound effects", "userDefined": false } ], diff --git a/Code-Tutor/intents/1.6 an example_usersays_en.json b/Code-Tutor/intents/1.6 an example_usersays_en.json index db6236a..9ab6405 100644 --- a/Code-Tutor/intents/1.6 an example_usersays_en.json +++ b/Code-Tutor/intents/1.6 an example_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "16fc48ea-0f29-49b9-b0e9-d3f9917b9bd5", + "id": "9abd022d-8fa1-4a78-b86f-05e9b159cf33", "data": [ { "text": "the example code again", @@ -12,7 +12,7 @@ "updated": 1524193374 }, { - "id": "cbb77802-1b4c-4cba-9b16-628f514b4fd6", + "id": "475f6e67-91d8-43d9-8865-d689f541f468", "data": [ { "text": "go to example", @@ -24,10 +24,10 @@ "updated": 1526932003 }, { - "id": "ef34d780-54da-481b-a6cd-9b43a488de2f", + "id": "38337ab0-f4cc-4dd8-a121-8f45252ae63e", "data": [ { - "text": "try the example again", + "text": "example", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1524193374 }, { - "id": "43a9bd44-43f0-4799-b548-26eb950fe1bd", + "id": "33a837c9-69f8-4efa-932d-1e84ae0a0573", "data": [ { - "text": "example", + "text": "try the example again", "userDefined": false } ], @@ -48,27 +48,27 @@ "updated": 1524193374 }, { - "id": "6e365f0f-6259-44e4-a355-e1bd001c5ff8", + "id": "261a6524-8567-4149-a498-e467fee79307", "data": [ { - "text": "give me an example", + "text": "just go through an example", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1524193374 + "updated": 1526932003 }, { - "id": "178516c1-54f7-4470-b9ff-3e977f49fa42", + "id": "90406e34-0b5c-42e2-a464-8d83a135ab1a", "data": [ { - "text": "just go through an example", + "text": "give me an example", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1526932003 + "updated": 1524193374 } ] \ No newline at end of file diff --git a/Code-Tutor/intents/1.7 sandbox_usersays_en.json b/Code-Tutor/intents/1.7 sandbox_usersays_en.json index b74a2e3..e0e8676 100644 --- a/Code-Tutor/intents/1.7 sandbox_usersays_en.json +++ b/Code-Tutor/intents/1.7 sandbox_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "05bd8222-c0e8-4edc-9397-209683477cbb", + "id": "882f476c-7ede-4914-bd34-278e2ce20ba2", "data": [ { "text": "sandbox", diff --git a/Code-Tutor/intents/2.0 what_s code_usersays_en.json b/Code-Tutor/intents/2.0 what_s code_usersays_en.json index e65e3b1..acb6d21 100644 --- a/Code-Tutor/intents/2.0 what_s code_usersays_en.json +++ b/Code-Tutor/intents/2.0 what_s code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "5733c954-9102-4725-bcd9-218a1ed8bf72", + "id": "2eb127a7-a5ae-49d5-bd35-39d0973715b0", "data": [ { "text": "what\u0027s programming mean", @@ -12,10 +12,10 @@ "updated": 1524195663 }, { - "id": "668290e9-9e46-4fa2-ba91-014e9f7f1e64", + "id": "055c3045-a1b5-4fb2-ba70-d946355dd1d5", "data": [ { - "text": "what does code do", + "text": "what is programming", "userDefined": false } ], @@ -24,7 +24,7 @@ "updated": 1523413875 }, { - "id": "5f92a40b-accf-48d0-b919-0d2729219ff0", + "id": "f8bd7709-2aa6-43f7-ab7f-1cdb4ebf428b", "data": [ { "text": "what is code", @@ -36,10 +36,10 @@ "updated": 1523413875 }, { - "id": "5833f470-dec0-4fbb-962a-63f34e691d17", + "id": "17c37d0b-ac78-4a38-9391-bce4fc16dbec", "data": [ { - "text": "what is programming", + "text": "what does code mean", "userDefined": false } ], @@ -48,10 +48,10 @@ "updated": 1523413875 }, { - "id": "fe52a73b-fda3-4b41-b350-9b6d017f7041", + "id": "e3b3e641-5a11-4dd0-ab51-f85e0748dd3a", "data": [ { - "text": "what does code mean", + "text": "what does code do", "userDefined": false } ], @@ -60,7 +60,7 @@ "updated": 1523413875 }, { - "id": "ca03a67c-98e7-4fcf-9fe9-0ccd14c645c0", + "id": "42b4087f-1fd3-444d-a161-4df1cb638179", "data": [ { "text": "what\u0027s code", diff --git a/Code-Tutor/intents/2.1 what_s a variable_usersays_en.json b/Code-Tutor/intents/2.1 what_s a variable_usersays_en.json index dc567d7..96f8d23 100644 --- a/Code-Tutor/intents/2.1 what_s a variable_usersays_en.json +++ b/Code-Tutor/intents/2.1 what_s a variable_usersays_en.json @@ -1,21 +1,21 @@ [ { - "id": "5b4779ab-1727-410b-a6e0-9651d74a255e", + "id": "ec1ac73f-825b-4c9e-a0a2-8e48ab1f9799", "data": [ { - "text": "what does a variable do", + "text": "what\u0027s a variable", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 1524195329 }, { - "id": "a92e3c01-573f-4ffa-9679-55f7c0850e1d", + "id": "d6a61494-f48b-49cf-8700-008d7786175c", "data": [ { - "text": "what is a variable", + "text": "what does a variable do", "userDefined": false } ], @@ -24,22 +24,22 @@ "updated": 1524195329 }, { - "id": "537b5b5f-7912-4819-8892-b185511d7a9a", + "id": "842832e5-b1a5-4107-b057-8608e01dd3f6", "data": [ { - "text": "what\u0027s a variable", + "text": "what does a variable mean", "userDefined": false } ], "isTemplate": false, - "count": 1, + "count": 0, "updated": 1524195329 }, { - "id": "99b69ee6-392d-4587-8adc-74f2101a4154", + "id": "fc8bff2e-e641-4a02-a536-bf246ab744be", "data": [ { - "text": "what does a variable mean", + "text": "what is a variable", "userDefined": false } ], diff --git a/Code-Tutor/intents/2.2 what_s an array_usersays_en.json b/Code-Tutor/intents/2.2 what_s an array_usersays_en.json index 9c6db47..233b33f 100644 --- a/Code-Tutor/intents/2.2 what_s an array_usersays_en.json +++ b/Code-Tutor/intents/2.2 what_s an array_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "a3ee5502-0684-49a3-9baa-d430a47aac3d", + "id": "bf86d8c3-421e-47b7-b826-8b09a3a90549", "data": [ { - "text": "what is an array", + "text": "what does an array mean", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1524526983 }, { - "id": "f6cbafc8-cbbc-4cf6-8ca3-7c79924f3481", + "id": "cbaa3adf-b78d-41ab-b6f6-3389239fe81d", "data": [ { - "text": "what does an array mean", + "text": "what is an array", "userDefined": false } ], @@ -24,7 +24,7 @@ "updated": 1524526983 }, { - "id": "f69752e3-9cd2-4544-af2b-568514719eeb", + "id": "b38f308f-acde-481a-b0e6-056479b701a5", "data": [ { "text": "what does an array do", @@ -36,7 +36,7 @@ "updated": 1524526983 }, { - "id": "992024cd-4522-4373-9cc0-251152eef905", + "id": "7b971d7e-8d3d-4412-954d-c0e2385a4c99", "data": [ { "text": "what\u0027s an array", diff --git a/Code-Tutor/intents/2.3 what_s a string_usersays_en.json b/Code-Tutor/intents/2.3 what_s a string_usersays_en.json index 8c69780..98f2170 100644 --- a/Code-Tutor/intents/2.3 what_s a string_usersays_en.json +++ b/Code-Tutor/intents/2.3 what_s a string_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "c6141534-822f-447e-aa2c-44270a9cdfc1", + "id": "30db4f28-02b7-409d-8d8e-f3ba1f4c9642", "data": [ { - "text": "what does a string mean", + "text": "what is a string", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1522720415 }, { - "id": "8899e989-dc66-464e-9280-a1a4cd829250", + "id": "65d3826a-5319-42ea-8cc6-55c78cf02216", "data": [ { - "text": "what does a string do", + "text": "what\u0027s a string", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1522720415 }, { - "id": "9d990045-192b-472f-bf08-118fdf881192", + "id": "bdbeb266-3a75-4dd2-8abc-098394ce887c", "data": [ { - "text": "what is a string", + "text": "what does a string mean", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1522720415 }, { - "id": "bccf8a50-d7c9-4047-892d-d8d84c56e2e1", + "id": "7acc562a-ac75-4315-ac74-4beab741a52d", "data": [ { - "text": "what\u0027s a string", + "text": "what does a string do", "userDefined": false } ], diff --git a/Code-Tutor/intents/2.5 what_s a loop_usersays_en.json b/Code-Tutor/intents/2.5 what_s a loop_usersays_en.json index 47862c0..ef54a45 100644 --- a/Code-Tutor/intents/2.5 what_s a loop_usersays_en.json +++ b/Code-Tutor/intents/2.5 what_s a loop_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "bc8c6245-8153-4200-ad1a-334fde0cee23", + "id": "03d34815-7418-4732-b74d-0196be35b9a3", "data": [ { "text": "what does a loop do", @@ -12,10 +12,10 @@ "updated": 1524105414 }, { - "id": "69eafc08-7aef-4ed9-aba4-9c6df9901d8d", + "id": "f6b5e3ca-fa53-4611-98ab-647aff11bd7c", "data": [ { - "text": "what is a loop", + "text": "what\u0027s a loop", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1524105414 }, { - "id": "d76183d7-ba7c-48e2-afc3-8ee9ce55453e", + "id": "ceb87a64-d7d2-4231-870d-d5b3cbcd7d13", "data": [ { - "text": "what\u0027s a loop", + "text": "what does a loop mean", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1524105414 }, { - "id": "d2221d06-332b-49db-9a8d-d4f15539eed0", + "id": "9a03da84-7b1a-4e15-b844-182db467044d", "data": [ { - "text": "what does a loop mean", + "text": "what is a loop", "userDefined": false } ], diff --git a/Code-Tutor/intents/2.6 what_s an if statement_usersays_en.json b/Code-Tutor/intents/2.6 what_s an if statement_usersays_en.json index 5110e1c..63c1d37 100644 --- a/Code-Tutor/intents/2.6 what_s an if statement_usersays_en.json +++ b/Code-Tutor/intents/2.6 what_s an if statement_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "276b57bf-9924-4183-a100-94966d06abf1", + "id": "9bf7830f-9e61-47fe-b9d1-bbdcc6bfd559", "data": [ { - "text": "what\u0027s an if statement", + "text": "what\u0027s a if statement", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1524195838 }, { - "id": "b161c700-7bf7-40eb-bdda-6e60b33f7264", + "id": "b7d04779-d9a7-4b86-981b-a3d12579c7e0", "data": [ { - "text": "what\u0027s a if statement", + "text": "what\u0027s an if statement", "userDefined": false } ], diff --git a/Code-Tutor/intents/3.1.1 variable - value_usersays_en.json b/Code-Tutor/intents/3.1.1 variable - value_usersays_en.json index 09541f8..36666b1 100644 --- a/Code-Tutor/intents/3.1.1 variable - value_usersays_en.json +++ b/Code-Tutor/intents/3.1.1 variable - value_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "85ffe511-a878-4cd7-b5d0-550faba6efed", + "id": "8aca4bcf-edb5-4522-82d6-1cb88c3936ef", "data": [ { - "text": "let x equal @sys.any:value", + "text": "set x equal to @sys.any:value", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1524192894 }, { - "id": "ad192893-da75-449a-8150-181508ae04fd", + "id": "ed8a491a-2fa0-48fe-a4f6-aa016e84129f", "data": [ { - "text": "x equals @sys.any:value", + "text": "let x equal @sys.any:value", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1524192894 }, { - "id": "4b3da3d6-c54c-48d1-a55e-7bcc6dc9231a", + "id": "4e82ce8c-3bb2-47be-ace7-d37892e3abb5", "data": [ { - "text": "set x equal to @sys.any:value", + "text": "assign @sys.any:value", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1524192894 }, { - "id": "196150ec-14a2-4e51-80c4-c6226d98ccc7", + "id": "d122a277-be99-4bcb-a509-f5b03dbc2f75", "data": [ { - "text": "assign @sys.any:value", + "text": "x equals @sys.any:value", "userDefined": false } ], @@ -48,31 +48,31 @@ "updated": 1524192894 }, { - "id": "9f03be5a-e45f-4e99-9df0-1d5db43d763f", + "id": "f6a153ac-deda-4355-b8f0-befa18823ca9", "data": [ { - "text": "hi", + "text": "x \u003d @sys.any:value", "userDefined": false } ], - "isTemplate": false, + "isTemplate": true, "count": 0, "updated": 1524192894 }, { - "id": "c4d79395-64f9-4c56-8840-029d6aba9832", + "id": "b87ad8fe-b7b8-4d96-8684-e8538b1e4eee", "data": [ { - "text": "x \u003d @sys.any:value", + "text": "hi", "userDefined": false } ], - "isTemplate": true, + "isTemplate": false, "count": 0, "updated": 1524192894 }, { - "id": "84f4e161-d644-4541-b7b5-075605fcb177", + "id": "2a0eacdc-9ed3-422c-b28e-8a7534026bee", "data": [ { "text": "@sys.any:value", diff --git a/Code-Tutor/intents/3.1.2 variable - run code_usersays_en.json b/Code-Tutor/intents/3.1.2 variable - run code_usersays_en.json index 1d5a5e5..c14d688 100644 --- a/Code-Tutor/intents/3.1.2 variable - run code_usersays_en.json +++ b/Code-Tutor/intents/3.1.2 variable - run code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "4daa35d5-14a4-4466-af1c-ca50a37b4afd", + "id": "efca6781-6baf-4afd-b071-1069e79ffe46", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.2.1 array - size_usersays_en.json b/Code-Tutor/intents/3.2.1 array - size_usersays_en.json index bf741ec..c29629d 100644 --- a/Code-Tutor/intents/3.2.1 array - size_usersays_en.json +++ b/Code-Tutor/intents/3.2.1 array - size_usersays_en.json @@ -1,48 +1,36 @@ [ { - "id": "a1b11e0f-8612-482a-bb8a-f509dfabd303", + "id": "ff75d376-7717-4949-8333-ee7fe7c409ff", "data": [ { - "text": "over ", - "userDefined": false - }, - { - "text": "9000", - "alias": "size", - "meta": "@sys.number-integer", - "userDefined": true - } - ], - "isTemplate": false, - "count": 0, - "updated": 1523580003 - }, - { - "id": "fcefbac2-32cd-43b0-81ec-3d8085ebcefb", - "data": [ - { - "text": "@sys.number-integer:size", + "text": "make it have @sys.number-integer:size items", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1522990761 + "updated": 1524192934 }, { - "id": "b6cfd032-6ac1-44cd-b307-13e890a69210", + "id": "397f02de-d91f-409b-999d-5844b73ee783", "data": [ { - "text": "make it have @sys.number-integer:size items", + "text": "over ", "userDefined": false + }, + { + "text": "9000", + "alias": "size", + "meta": "@sys.number-integer", + "userDefined": true } ], - "isTemplate": true, + "isTemplate": false, "count": 0, - "updated": 1524192934 + "updated": 1523580003 }, { - "id": "52519c22-a592-47be-bd53-5ae0fcc3c57c", + "id": "c9392c00-45af-4e0e-be0a-083a489c7c55", "data": [ { "text": "it\u0027s over ", @@ -58,5 +46,17 @@ "isTemplate": false, "count": 0, "updated": 1523580003 + }, + { + "id": "2e209ab0-216d-455e-bbad-92215b8fe17c", + "data": [ + { + "text": "@sys.number-integer:size", + "userDefined": false + } + ], + "isTemplate": true, + "count": 0, + "updated": 1522990761 } ] \ No newline at end of file diff --git a/Code-Tutor/intents/3.2.2 array - fill_usersays_en.json b/Code-Tutor/intents/3.2.2 array - fill_usersays_en.json index 06e82e0..168ee85 100644 --- a/Code-Tutor/intents/3.2.2 array - fill_usersays_en.json +++ b/Code-Tutor/intents/3.2.2 array - fill_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "6baad68d-2757-4ed1-aaef-3fbe47a0fffb", + "id": "fc64edc6-4d89-4eb6-b0bc-6e1c7707d2b5", "data": [ { "text": "@sys.any:value", diff --git a/Code-Tutor/intents/3.2.3 array - run code_usersays_en.json b/Code-Tutor/intents/3.2.3 array - run code_usersays_en.json index 648ed01..800804a 100644 --- a/Code-Tutor/intents/3.2.3 array - run code_usersays_en.json +++ b/Code-Tutor/intents/3.2.3 array - run code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "c7c76cd5-448a-4265-9760-4db6a7920460", + "id": "4decf1fa-6de6-4f95-be9b-d1698b53f173", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.3.1 string - string1_usersays_en.json b/Code-Tutor/intents/3.3.1 string - string1_usersays_en.json index d8922e1..3af70fc 100644 --- a/Code-Tutor/intents/3.3.1 string - string1_usersays_en.json +++ b/Code-Tutor/intents/3.3.1 string - string1_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "9ca0a31c-a93c-480d-82ee-cdb108501eee", + "id": "36017668-4eea-4026-8ba4-911373ce20f7", "data": [ { "text": "@sys.any:string1", diff --git a/Code-Tutor/intents/3.3.2 string - string2_usersays_en.json b/Code-Tutor/intents/3.3.2 string - string2_usersays_en.json index ac03681..18350b9 100644 --- a/Code-Tutor/intents/3.3.2 string - string2_usersays_en.json +++ b/Code-Tutor/intents/3.3.2 string - string2_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "094426ff-a736-4078-a230-beb952dabd5c", + "id": "214b414b-9198-4c04-a9ba-3d31551b8624", "data": [ { "text": "@sys.any:string2", diff --git a/Code-Tutor/intents/3.3.3 string - run code_usersays_en.json b/Code-Tutor/intents/3.3.3 string - run code_usersays_en.json index cabe541..b431676 100644 --- a/Code-Tutor/intents/3.3.3 string - run code_usersays_en.json +++ b/Code-Tutor/intents/3.3.3 string - run code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "59f72b47-1012-4d12-838e-38cdd44d933a", + "id": "f9912df4-8988-4971-9348-f1e342fe3d4b", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.4.1 loop - what_usersays_en.json b/Code-Tutor/intents/3.4.1 loop - what_usersays_en.json index 8a3dc9d..0030bf0 100644 --- a/Code-Tutor/intents/3.4.1 loop - what_usersays_en.json +++ b/Code-Tutor/intents/3.4.1 loop - what_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "cd1fa9b6-6ea7-44de-853b-840806df0bb4", + "id": "5bc56163-bcce-4aa4-9d02-e5c90497e44a", "data": [ { "text": "@sys.any:what", diff --git a/Code-Tutor/intents/3.4.2 loop - times_usersays_en.json b/Code-Tutor/intents/3.4.2 loop - times_usersays_en.json index 7cc1f5c..fb30f30 100644 --- a/Code-Tutor/intents/3.4.2 loop - times_usersays_en.json +++ b/Code-Tutor/intents/3.4.2 loop - times_usersays_en.json @@ -1,12 +1,16 @@ [ { - "id": "45aec376-115e-47ed-ac4c-e6c759f13b8c", + "id": "9460235e-1528-4654-8340-94c7a93d667a", "data": [ { "text": "5", "alias": "times", "meta": "@sys.any", - "userDefined": true + "userDefined": false + }, + { + "text": " times", + "userDefined": false } ], "isTemplate": false, @@ -14,13 +18,17 @@ "updated": 1527477739 }, { - "id": "fe2bcbbc-6941-4199-b1b0-84841e2aee57", + "id": "eb1191e9-242f-48f1-8f86-74681ec59d20", "data": [ { - "text": "4", + "text": "3", "alias": "times", "meta": "@sys.any", - "userDefined": true + "userDefined": false + }, + { + "text": " times", + "userDefined": false } ], "isTemplate": false, @@ -28,13 +36,21 @@ "updated": 1527477739 }, { - "id": "5804b046-c2b5-4810-b070-908edc8330a6", + "id": "daa92b74-6354-4558-9d07-8e6039cf091b", "data": [ + { + "text": "say it ", + "userDefined": false + }, { "text": "3", "alias": "times", "meta": "@sys.any", - "userDefined": true + "userDefined": false + }, + { + "text": " times", + "userDefined": false } ], "isTemplate": false, @@ -42,10 +58,14 @@ "updated": 1527477739 }, { - "id": "41e07731-4f06-480a-8dca-6586b0ae55f8", + "id": "a80fcd49-c3f8-4e52-b89b-e84e4c844e78", "data": [ { - "text": "2", + "text": "over ", + "userDefined": false + }, + { + "text": "9000", "alias": "times", "meta": "@sys.any", "userDefined": true @@ -56,10 +76,10 @@ "updated": 1527477739 }, { - "id": "58f14ebf-6e07-4250-91c7-e6b401c72bfc", + "id": "496f81b8-4fd2-4f9c-a2a8-9933efc837c1", "data": [ { - "text": "1", + "text": "once", "alias": "times", "meta": "@sys.any", "userDefined": true @@ -70,17 +90,17 @@ "updated": 1527477739 }, { - "id": "96f1ed8b-54e4-4169-8afa-264e5acd5f7e", + "id": "a699fd3f-5de6-47a2-b2b9-a487bfaf0c6b", "data": [ { - "text": "say it ", - "userDefined": false - }, - { - "text": "twice", + "text": "1", "alias": "times", "meta": "@sys.any", "userDefined": true + }, + { + "text": " time", + "userDefined": false } ], "isTemplate": false, @@ -88,7 +108,7 @@ "updated": 1527477739 }, { - "id": "ff90a19c-f21b-401d-b9fb-393b0061e137", + "id": "a91d750e-ca6c-4600-a81e-3578267266a0", "data": [ { "text": "say it ", @@ -106,10 +126,10 @@ "updated": 1527477739 }, { - "id": "f37d633c-812c-4494-b33f-5f51ab935ead", + "id": "fbf07258-ae5d-4999-8caa-78763a5d42a5", "data": [ { - "text": "twice", + "text": "4", "alias": "times", "meta": "@sys.any", "userDefined": true @@ -120,10 +140,10 @@ "updated": 1527477739 }, { - "id": "90a55b38-6a89-44e7-bbe9-e3872aba8d0e", + "id": "fdc3580b-adde-4292-bb76-75f9c923d84c", "data": [ { - "text": "once", + "text": "3", "alias": "times", "meta": "@sys.any", "userDefined": true @@ -134,21 +154,13 @@ "updated": 1527477739 }, { - "id": "13ed9b4c-1d24-4a43-a4a1-7a059dd0da87", + "id": "ea621c68-857e-496b-ae12-f8a6ac9b227c", "data": [ { - "text": "say it ", - "userDefined": false - }, - { - "text": "3", + "text": "twice", "alias": "times", "meta": "@sys.any", - "userDefined": false - }, - { - "text": " times", - "userDefined": false + "userDefined": true } ], "isTemplate": false, @@ -156,21 +168,17 @@ "updated": 1527477739 }, { - "id": "12df93cc-e1e0-4ea4-b44f-4eb753ddf05c", + "id": "541ddbca-255f-4539-bca9-70ba65010193", "data": [ { - "text": "over ", + "text": "say it ", "userDefined": false }, { - "text": "9000", + "text": "twice", "alias": "times", "meta": "@sys.any", - "userDefined": false - }, - { - "text": " times", - "userDefined": false + "userDefined": true } ], "isTemplate": false, @@ -178,17 +186,13 @@ "updated": 1527477739 }, { - "id": "0e7c7c4f-4691-42e1-a4a2-18a1694c67cb", + "id": "30cfa89c-df44-4099-8f98-0b43a22e660c", "data": [ { - "text": "3", + "text": "5", "alias": "times", "meta": "@sys.any", - "userDefined": false - }, - { - "text": " times", - "userDefined": false + "userDefined": true } ], "isTemplate": false, @@ -196,10 +200,10 @@ "updated": 1527477739 }, { - "id": "12e08ab2-8767-40c5-8ebf-0c3b3db7caf2", + "id": "db5915ab-5c68-4111-8df0-9521453b849c", "data": [ { - "text": "it\u0027s over ", + "text": "over ", "userDefined": false }, { @@ -207,6 +211,10 @@ "alias": "times", "meta": "@sys.any", "userDefined": false + }, + { + "text": " times", + "userDefined": false } ], "isTemplate": false, @@ -214,7 +222,7 @@ "updated": 1527477739 }, { - "id": "b12b93be-d818-44b3-87f9-c43277aacc40", + "id": "0eb532fb-181c-486f-82f5-da7fe85a02dd", "data": [ { "text": "4", @@ -232,17 +240,13 @@ "updated": 1527477739 }, { - "id": "be65d302-8276-4f4f-8ce0-01dde5e34200", + "id": "3383610c-22fb-4ac3-835a-dedb50a5ca24", "data": [ { - "text": "5", + "text": "1", "alias": "times", "meta": "@sys.any", - "userDefined": false - }, - { - "text": " times", - "userDefined": false + "userDefined": true } ], "isTemplate": false, @@ -250,17 +254,17 @@ "updated": 1527477739 }, { - "id": "a6b4c197-84ad-4eb8-ad00-f532abc22250", + "id": "da36c9ba-7358-42ba-9c29-99e589fb692e", "data": [ { - "text": "over ", + "text": "it\u0027s over ", "userDefined": false }, { "text": "9000", "alias": "times", "meta": "@sys.any", - "userDefined": true + "userDefined": false } ], "isTemplate": false, @@ -268,17 +272,13 @@ "updated": 1527477739 }, { - "id": "db723842-fdd3-4cf5-8876-7c5154133191", + "id": "2fad5b56-2d9e-4bc2-8aaa-e1de471d54de", "data": [ { - "text": "1", + "text": "2", "alias": "times", "meta": "@sys.any", "userDefined": true - }, - { - "text": " time", - "userDefined": false } ], "isTemplate": false, @@ -286,7 +286,7 @@ "updated": 1527477739 }, { - "id": "3398f118-b107-4926-b591-8df081b6b5b5", + "id": "a049e640-603d-4c68-8bb3-bc93579e0036", "data": [ { "text": "2", diff --git a/Code-Tutor/intents/3.4.3 loop - run code_usersays_en.json b/Code-Tutor/intents/3.4.3 loop - run code_usersays_en.json index bfb86b8..726cccd 100644 --- a/Code-Tutor/intents/3.4.3 loop - run code_usersays_en.json +++ b/Code-Tutor/intents/3.4.3 loop - run code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "1ea672cd-f863-4818-886d-c09e09939aa1", + "id": "93420421-1bb5-4971-a6f1-e5494bed386c", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.5.1 sound effects - unlock_usersays_en.json b/Code-Tutor/intents/3.5.1 sound effects - unlock_usersays_en.json index d121bff..4bf20f4 100644 --- a/Code-Tutor/intents/3.5.1 sound effects - unlock_usersays_en.json +++ b/Code-Tutor/intents/3.5.1 sound effects - unlock_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "eb9cad10-3284-483f-95d6-89616f1b0b32", + "id": "0484b1bb-9011-4333-b67d-d2171c24698f", "data": [ { "text": "chicken nuggets", diff --git a/Code-Tutor/intents/3.5.2 sound effects - more info_usersays_en.json b/Code-Tutor/intents/3.5.2 sound effects - more info_usersays_en.json index 691bb07..cbbfc27 100644 --- a/Code-Tutor/intents/3.5.2 sound effects - more info_usersays_en.json +++ b/Code-Tutor/intents/3.5.2 sound effects - more info_usersays_en.json @@ -1,42 +1,42 @@ [ { - "id": "cf53c4b1-6633-4c34-be40-d32ea56068bc", + "id": "ebe1cfac-37ed-4f7a-8f80-eb3e6595bc38", "data": [ { - "text": "yes please", + "text": "what is if statement", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1523669560 + "updated": 1523670984 }, { - "id": "34158abc-3965-45fd-a158-776693d82ce8", + "id": "c6b332e4-e69d-4fee-9f45-d4185c972f3a", "data": [ { - "text": "yes", + "text": "what\u0027s an if statement?", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1523669560 + "updated": 1523670984 }, { - "id": "9f392b1c-9740-464a-bde9-bd4414efae06", + "id": "1699900a-a7dd-46b9-b7a4-bc9bce1988c2", "data": [ { - "text": "what is if statement", + "text": "go on", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1523670984 + "updated": 1523669560 }, { - "id": "eec00ad5-fe33-4f3d-ab70-821ab70fac3c", + "id": "92990236-56a0-45d6-b305-3148bd150f08", "data": [ { "text": "continue", @@ -48,10 +48,10 @@ "updated": 1523669560 }, { - "id": "ae6fe914-d068-4654-b07d-e223b7deb205", + "id": "f73c627f-e9a1-46f4-96e4-86feb04f051b", "data": [ { - "text": "go on", + "text": "tell me more", "userDefined": false } ], @@ -60,22 +60,22 @@ "updated": 1523669560 }, { - "id": "f9f34600-e929-451e-b646-538e2d83dfa5", + "id": "e9032f77-4f0f-489f-b5b5-132f440779e3", "data": [ { - "text": "what\u0027s an if statement?", + "text": "yes please", "userDefined": false } ], "isTemplate": false, "count": 0, - "updated": 1523670984 + "updated": 1523669560 }, { - "id": "f7c853a1-4a78-403e-b6e8-c42bdbe19a1c", + "id": "ac6ead83-20a0-4c94-b5d1-219308fe24b6", "data": [ { - "text": "yeah", + "text": "yup", "userDefined": false } ], @@ -84,10 +84,10 @@ "updated": 1523669560 }, { - "id": "ae3e65f7-64d5-42bf-a129-886248175de0", + "id": "cff00deb-1542-4afc-9f9b-94d1ba4512f2", "data": [ { - "text": "tell me more", + "text": "yeah", "userDefined": false } ], @@ -96,10 +96,10 @@ "updated": 1523669560 }, { - "id": "e6eb7e8d-eb1a-43b3-a3bf-d4eabaab8238", + "id": "40e7c462-00e1-40ce-896c-ac2c87e90165", "data": [ { - "text": "yup", + "text": "yes", "userDefined": false } ], diff --git a/Code-Tutor/intents/3.5.3 sound effects - value response_usersays_en.json b/Code-Tutor/intents/3.5.3 sound effects - value response_usersays_en.json index 25af2c3..0e7e44d 100644 --- a/Code-Tutor/intents/3.5.3 sound effects - value response_usersays_en.json +++ b/Code-Tutor/intents/3.5.3 sound effects - value response_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "7507db79-382a-4105-afeb-6f353113615d", + "id": "64bf943e-16c3-4bd3-b67d-8e62f639c884", "data": [ { "text": "@sys.any:value", diff --git a/Code-Tutor/intents/3.5.3.1 sound effects - beep_usersays_en.json b/Code-Tutor/intents/3.5.3.1 sound effects - beep_usersays_en.json index 73b4b17..5747794 100644 --- a/Code-Tutor/intents/3.5.3.1 sound effects - beep_usersays_en.json +++ b/Code-Tutor/intents/3.5.3.1 sound effects - beep_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "4564514b-3302-4b5f-bbad-3e662f228dfa", + "id": "ff8cf543-c13d-4b92-96fd-ca450c8e3844", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.5.3.2 sound effects - wood planks_usersays_en.json b/Code-Tutor/intents/3.5.3.2 sound effects - wood planks_usersays_en.json index edf3711..3a76a72 100644 --- a/Code-Tutor/intents/3.5.3.2 sound effects - wood planks_usersays_en.json +++ b/Code-Tutor/intents/3.5.3.2 sound effects - wood planks_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "edb309dd-f7a7-453e-849b-2839e83206fe", + "id": "da954c1c-7852-40e6-9f76-5ee97469a26c", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.6.1 example - name_usersays_en.json b/Code-Tutor/intents/3.6.1 example - name_usersays_en.json index 60316a7..0d7013b 100644 --- a/Code-Tutor/intents/3.6.1 example - name_usersays_en.json +++ b/Code-Tutor/intents/3.6.1 example - name_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "06e58e7d-1c87-4913-bf1b-94e725c712b2", + "id": "2e97f779-ab0b-4b23-a5e8-703ad6f3eb9d", "data": [ { "text": "@sys.any:name", diff --git a/Code-Tutor/intents/3.6.2 example - run code_usersays_en.json b/Code-Tutor/intents/3.6.2 example - run code_usersays_en.json index ada4f73..5d0b537 100644 --- a/Code-Tutor/intents/3.6.2 example - run code_usersays_en.json +++ b/Code-Tutor/intents/3.6.2 example - run code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "3cbe5dbf-a8d9-408b-b874-c08d40c4f7e8", + "id": "30ba5691-e5f3-4f9f-91ff-7ba002b4c9df", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.7.0 sandbox - what_s on the list_usersays_en.json b/Code-Tutor/intents/3.7.0 sandbox - what_s on the list_usersays_en.json index 3b2ae7f..614516e 100644 --- a/Code-Tutor/intents/3.7.0 sandbox - what_s on the list_usersays_en.json +++ b/Code-Tutor/intents/3.7.0 sandbox - what_s on the list_usersays_en.json @@ -1,9 +1,9 @@ [ { - "id": "5590d046-cadf-4690-8eb2-c62688ec8160", + "id": "3be739c4-56e8-440d-906c-29af37421f10", "data": [ { - "text": "what is on the list", + "text": "what\u0027s on the list", "userDefined": false } ], @@ -12,10 +12,10 @@ "updated": 1524278845 }, { - "id": "df66dbf7-e931-4ce0-af52-a56a7877ff5f", + "id": "146c2cf8-f593-4229-b45e-01066eb0ea6b", "data": [ { - "text": "what can i say", + "text": "what is on the list", "userDefined": false } ], @@ -24,10 +24,10 @@ "updated": 1524278845 }, { - "id": "6d225df2-764b-47fa-9e89-5df053aeddb9", + "id": "c15df30a-3e4a-44a7-9ada-978812af427f", "data": [ { - "text": "what\u0027s on the list", + "text": "what are my options", "userDefined": false } ], @@ -36,10 +36,10 @@ "updated": 1524278845 }, { - "id": "7bb04030-2932-4dbd-9bed-5330669d5ed1", + "id": "1d4dc330-e9ce-44e4-94e2-130fd64806d7", "data": [ { - "text": "what are my options", + "text": "what can i say", "userDefined": false } ], @@ -48,7 +48,7 @@ "updated": 1524278845 }, { - "id": "aff9f68a-1851-4bb0-b2c7-7c484bbcb68f", + "id": "4fc372b2-6645-4581-9ca6-032aa38d772b", "data": [ { "text": "what can i do", diff --git a/Code-Tutor/intents/3.7.1 sandbox - variable_usersays_en.json b/Code-Tutor/intents/3.7.1 sandbox - variable_usersays_en.json index fd5bc18..a57a778 100644 --- a/Code-Tutor/intents/3.7.1 sandbox - variable_usersays_en.json +++ b/Code-Tutor/intents/3.7.1 sandbox - variable_usersays_en.json @@ -1,21 +1,21 @@ [ { - "id": "aa792983-c129-44ee-bff8-f89c779a9f88", + "id": "16eb48b8-13ec-4a14-afd7-ebca410f2cb4", "data": [ { - "text": "@sys.any:variable \u003d @sys.any:value", + "text": "initialize @sys.any:variable as @sys.any:value", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524278286 + "updated": 1524412082 }, { - "id": "90b708f5-1384-4c0d-be69-822454ebb392", + "id": "68937e8a-12f3-4adf-81d6-16bc79408560", "data": [ { - "text": "let @sys.any:variable equal to @sys.any:value", + "text": "@sys.any:variable \u003d @sys.any:value", "userDefined": false } ], @@ -24,22 +24,22 @@ "updated": 1524278286 }, { - "id": "69ac5ed2-6a21-41ef-b098-1ccbeafe5200", + "id": "3fe87b78-eff1-4f22-a011-00070eaf252c", "data": [ { - "text": "initialize @sys.any:variable as @sys.any:value", + "text": "let @sys.any:variable equal to @sys.any:value", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524412082 + "updated": 1524278286 }, { - "id": "124feaf3-dd6d-4153-8841-393f05cfdead", + "id": "8f769ab8-9e26-4866-8918-d53583955014", "data": [ { - "text": "@sys.any:variable equals @sys.any:value", + "text": "create a variable @sys.any:variable equals to @sys.any:value", "userDefined": false } ], @@ -48,10 +48,10 @@ "updated": 1524277186 }, { - "id": "5742f92d-073e-43a5-9edd-9f39c181fe88", + "id": "fc661456-c049-482c-aac0-f02842f9771f", "data": [ { - "text": "set @sys.any:variable equal to @sys.any:value", + "text": "assign @sys.any:variable the value @sys.any:value", "userDefined": false } ], @@ -60,10 +60,10 @@ "updated": 1524277186 }, { - "id": "9fe149e4-2a73-48b1-b088-81427cdd0345", + "id": "5995edc8-3fc3-4d52-ab2e-ea8960001c5d", "data": [ { - "text": "create a variable @sys.any:variable equals to @sys.any:value", + "text": "set @sys.any:variable equal to @sys.any:value", "userDefined": false } ], @@ -72,10 +72,10 @@ "updated": 1524277186 }, { - "id": "741dd825-adae-47a8-8622-0fba688272bb", + "id": "dafd8da0-71b3-47fc-8390-ee0fbd2841a9", "data": [ { - "text": "assign @sys.any:variable the value @sys.any:value", + "text": "let @sys.any:variable equal @sys.any:value", "userDefined": false } ], @@ -84,10 +84,10 @@ "updated": 1524277186 }, { - "id": "4a569983-bc35-4770-bb0b-fe5c48665adf", + "id": "6ce5a4ab-dbd7-4244-ba14-48ead92b295c", "data": [ { - "text": "let @sys.any:variable equal @sys.any:value", + "text": "@sys.any:variable equals @sys.any:value", "userDefined": false } ], diff --git a/Code-Tutor/intents/3.7.2 sandbox - repeat.json b/Code-Tutor/intents/3.7.2 sandbox - repeat.json index e16ba82..43ee1bd 100644 --- a/Code-Tutor/intents/3.7.2 sandbox - repeat.json +++ b/Code-Tutor/intents/3.7.2 sandbox - repeat.json @@ -56,7 +56,7 @@ "priority": 500000, "webhookUsed": true, "webhookForSlotFilling": false, - "lastUpdate": 1524527539, + "lastUpdate": 1543818555, "fallbackIntent": false, "events": [] } \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.2 sandbox - repeat_usersays_en.json b/Code-Tutor/intents/3.7.2 sandbox - repeat_usersays_en.json index 3e794e6..3952451 100644 --- a/Code-Tutor/intents/3.7.2 sandbox - repeat_usersays_en.json +++ b/Code-Tutor/intents/3.7.2 sandbox - repeat_usersays_en.json @@ -1,33 +1,99 @@ [ { - "id": "90180ce4-4627-4ef8-af61-e10829881834", + "id": "7460157b-274c-4134-b3f6-a6cc0ef918aa", "data": [ { - "text": "repeat @sys.number-integer:times time", + "text": "repeated ", + "userDefined": false + }, + { + "text": "3", + "alias": "times", + "meta": "@sys.number-integer", + "userDefined": false + }, + { + "text": " times", "userDefined": false } ], - "isTemplate": true, + "isTemplate": false, "count": 0, - "updated": 1524279047 + "updated": 1543818555 }, { - "id": "98fcddde-28b0-4159-849a-b95756e654cd", + "id": "e1e3474f-4337-47dd-91bc-fd3bdfe95665", "data": [ { - "text": "repeat @sys.number-integer:times times", + "text": "repeat ", + "userDefined": false + }, + { + "text": "3", + "alias": "times", + "meta": "@sys.number-integer", + "userDefined": false + }, + { + "text": " times", + "userDefined": false + } + ], + "isTemplate": false, + "count": 0, + "updated": 1543818386 + }, + { + "id": "1469c4b8-43a9-48d7-acc8-f756e3ef8c47", + "data": [ + { + "text": "repeats ", + "userDefined": false + }, + { + "text": "3", + "alias": "times", + "meta": "@sys.number-integer", + "userDefined": true + }, + { + "text": " times", + "userDefined": false + } + ], + "isTemplate": false, + "count": 1, + "updated": 1543818555 + }, + { + "id": "9229d144-b0aa-470c-af37-9c12d66e2bff", + "data": [ + { + "text": "repeating @sys.number-integer:times times", "userDefined": false } ], "isTemplate": true, "count": 0, + "updated": 1524527539 + }, + { + "id": "387b6be8-477e-4492-af6e-08fbd2b9650f", + "data": [ + { + "text": "repeat the next step @sys.number-integer:times times", + "userDefined": false + } + ], + "isTemplate": true, + "count": 1, "updated": 1524279047 }, { - "id": "3356e5c6-5df5-44bb-8ab4-83580bedff26", + "id": "1d0dd902-abd6-43cd-872b-9fd03ecdd4f5", "data": [ { - "text": "repeat the following @sys.number-integer:times times", + "text": "repeat @sys.number-integer:times time", "userDefined": false } ], @@ -36,27 +102,27 @@ "updated": 1524279047 }, { - "id": "b16bf181-2122-40c6-b67b-0be9194c86a5", + "id": "8a80f045-d227-4e42-8cbb-c244864d9f23", "data": [ { - "text": "repeating @sys.number-integer:times times", + "text": "repeat the following @sys.number-integer:times times", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524527539 + "updated": 1524279047 }, { - "id": "9cf776b5-9c48-4409-a983-ec7b09ded279", + "id": "af8a0a86-3bbd-4e57-aec5-441ae1329ee1", "data": [ { - "text": "repeat the next step @sys.number-integer:times times", + "text": "repeat @sys.number-integer:times times", "userDefined": false } ], "isTemplate": true, - "count": 1, + "count": 0, "updated": 1524279047 } ] \ No newline at end of file diff --git a/Code-Tutor/intents/3.7.3 sandbox - say_usersays_en.json b/Code-Tutor/intents/3.7.3 sandbox - say_usersays_en.json index 01f3c65..3ba6eff 100644 --- a/Code-Tutor/intents/3.7.3 sandbox - say_usersays_en.json +++ b/Code-Tutor/intents/3.7.3 sandbox - say_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "89e9e1db-36ba-48d3-a2a3-eb28f6a3cec6", + "id": "a663f836-735e-4a92-9440-4ed723974fbd", "data": [ { "text": "say @sys.any:what", diff --git a/Code-Tutor/intents/3.7.4 sandbox - if_usersays_en.json b/Code-Tutor/intents/3.7.4 sandbox - if_usersays_en.json index 040357e..b41e8b3 100644 --- a/Code-Tutor/intents/3.7.4 sandbox - if_usersays_en.json +++ b/Code-Tutor/intents/3.7.4 sandbox - if_usersays_en.json @@ -1,93 +1,93 @@ [ { - "id": "4ad7dece-0c5e-4b1f-85d9-97d66594bbf0", + "id": "b1638575-bb65-4d87-87e4-d5ebe5e1e589", "data": [ { - "text": "if @sys.any:variable equals @sys.any:value then", + "text": "check if @sys.any:variable equals @sys.any:value then", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524279451 + "updated": 1524531940 }, { - "id": "fa6e5da7-4018-47eb-af0c-f69c4fdbbdd3", + "id": "7140a077-6ef8-4231-b4e6-d04af07f4393", "data": [ { - "text": "if @sys.any:variable \u003d @sys.any:value", + "text": "check if @sys.any:variable equals @sys.any:value", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524412508 + "updated": 1524531940 }, { - "id": "50123049-7294-4935-b67c-6408c7f719a5", + "id": "587063cf-8e29-43e8-8641-d6131c971203", "data": [ { - "text": "if @sys.any:variable is equal to @sys.any:value", + "text": "if @sys.any:variable \u003d\u003d @sys.any:value", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524279451 + "updated": 1524412508 }, { - "id": "e58652b6-ac2e-4f7f-97f2-e9622d865ce8", + "id": "70457962-e6d7-4166-abe5-2bd5eb62c952", "data": [ { - "text": "if @sys.any:variable is equal to @sys.any:value then", + "text": "if @sys.any:variable \u003d @sys.any:value then", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524279451 + "updated": 1524412508 }, { - "id": "8b26daea-db66-4a6a-b63e-1a5b1a7d6dc6", + "id": "d2d8805d-e706-4602-b513-29494a8bae64", "data": [ { - "text": "check if @sys.any:variable equals @sys.any:value", + "text": "if @sys.any:variable \u003d @sys.any:value", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524531940 + "updated": 1524412508 }, { - "id": "a1483acc-4a32-421c-88e2-1f176b168178", + "id": "77959250-100d-4d07-b740-67ddb051140e", "data": [ { - "text": "check if @sys.any:variable equals @sys.any:value then", + "text": "if @sys.any:variable is @sys.any:value then", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524531940 + "updated": 1524279451 }, { - "id": "51d6f156-522a-4397-a837-3eac8dd5106c", + "id": "7b0d3be8-c292-4944-a0eb-5ed034b41267", "data": [ { - "text": "if @sys.any:variable \u003d\u003d @sys.any:value", + "text": "if @sys.any:variable is @sys.any:value", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524412508 + "updated": 1524279451 }, { - "id": "72116fe1-b248-46f7-a121-05d64d42e1bf", + "id": "8ca350cf-f391-4a6a-9496-8dbf8a89d427", "data": [ { - "text": "if @sys.any:variable equals @sys.any:value", + "text": "if @sys.any:variable is equal to @sys.any:value then", "userDefined": false } ], @@ -96,10 +96,10 @@ "updated": 1524279451 }, { - "id": "c131ce99-055e-4931-81e9-42f8f6c3955d", + "id": "fdaa1e2b-949d-46a9-8bc7-8441d039afa3", "data": [ { - "text": "if @sys.any:variable is @sys.any:value then", + "text": "if @sys.any:variable is equal to @sys.any:value", "userDefined": false } ], @@ -108,22 +108,22 @@ "updated": 1524279451 }, { - "id": "c751c1e0-dc2f-483f-ae44-a8eb5815d041", + "id": "d8a6f6b3-53bd-4b65-b968-9835c57e9bfb", "data": [ { - "text": "if @sys.any:variable \u003d @sys.any:value then", + "text": "if @sys.any:variable equals @sys.any:value then", "userDefined": false } ], "isTemplate": true, "count": 0, - "updated": 1524412508 + "updated": 1524279451 }, { - "id": "7fcbe0a4-639b-48dc-8399-687bebd51d4f", + "id": "2a9adfc6-8614-45d0-b8d5-eb05e870613e", "data": [ { - "text": "if @sys.any:variable is @sys.any:value", + "text": "if @sys.any:variable equals @sys.any:value", "userDefined": false } ], diff --git a/Code-Tutor/intents/3.7.5 sandbox - run code_usersays_en.json b/Code-Tutor/intents/3.7.5 sandbox - run code_usersays_en.json index 4877b70..ee89a6a 100644 --- a/Code-Tutor/intents/3.7.5 sandbox - run code_usersays_en.json +++ b/Code-Tutor/intents/3.7.5 sandbox - run code_usersays_en.json @@ -1,6 +1,6 @@ [ { - "id": "ff608b55-6d9f-4357-bb91-2ab01f25280e", + "id": "7de97a07-28d8-4795-b090-5ee959b42f8a", "data": [ { "text": "run code", diff --git a/Code-Tutor/intents/3.7.6 sandbox - undo_usersays_en.json b/Code-Tutor/intents/3.7.6 sandbox - undo_usersays_en.json index 15b85bb..851cf30 100644 --- a/Code-Tutor/intents/3.7.6 sandbox - undo_usersays_en.json +++ b/Code-Tutor/intents/3.7.6 sandbox - undo_usersays_en.json @@ -1,9 +1,14 @@ [ { - "id": "7fc4b239-8ecc-4e4f-a466-bea2d42efec2", + "id": "cd45d603-4ef3-49f6-a329-31f9eb4d44a2", "data": [ { - "text": "undo", + "text": "cancel that last ", + "userDefined": false + }, + { + "text": "one", + "meta": "@sys.ignore", "userDefined": false } ], @@ -12,10 +17,10 @@ "updated": 1525053328 }, { - "id": "b40ceb44-d92e-41c5-a290-8f7453bc7f75", + "id": "6970bc19-7042-472e-99ce-85de4e4b8955", "data": [ { - "text": "undo that last one", + "text": "cancel that", "userDefined": false } ], @@ -24,15 +29,10 @@ "updated": 1525053328 }, { - "id": "5efe2475-4932-4e4a-9c55-a07ba1a529d3", + "id": "afc7226a-05fb-4af5-8ae4-ae139a9d8175", "data": [ { - "text": "cancel that last ", - "userDefined": false - }, - { - "text": "one", - "meta": "@sys.ignore", + "text": "undo that last one", "userDefined": false } ], @@ -41,27 +41,27 @@ "updated": 1525053328 }, { - "id": "20481a20-864b-459f-a464-955389bb1811", + "id": "a5756550-9533-4348-8e8a-3b5759435c95", "data": [ { - "text": "cancel that", + "text": "undo that", "userDefined": false } ], "isTemplate": false, - "count": 0, + "count": 1, "updated": 1525053328 }, { - "id": "51a9f7ac-6258-4d5c-8ac7-bf818823092e", + "id": "3bb9acd5-25a0-458b-a6ef-e0a222ab821b", "data": [ { - "text": "undo that", + "text": "undo", "userDefined": false } ], "isTemplate": false, - "count": 1, + "count": 0, "updated": 1525053328 } ] \ No newline at end of file diff --git a/Code-Tutor/intents/test.json b/Code-Tutor/intents/test.json new file mode 100644 index 0000000..e1387aa --- /dev/null +++ b/Code-Tutor/intents/test.json @@ -0,0 +1,28 @@ +{ + "id": "c404d72d-7024-45d1-aafa-f25c89c6b2ef", + "name": "test", + "auto": true, + "contexts": [], + "responses": [ + { + "resetContexts": false, + "affectedContexts": [], + "parameters": [], + "messages": [ + { + "type": 0, + "lang": "en", + "speech": [] + } + ], + "defaultResponsePlatforms": {}, + "speech": [] + } + ], + "priority": 500000, + "webhookUsed": true, + "webhookForSlotFilling": false, + "lastUpdate": 1543791149, + "fallbackIntent": false, + "events": [] +} \ No newline at end of file diff --git a/Code-Tutor/intents/test_usersays_en.json b/Code-Tutor/intents/test_usersays_en.json new file mode 100644 index 0000000..c14e01f --- /dev/null +++ b/Code-Tutor/intents/test_usersays_en.json @@ -0,0 +1,14 @@ +[ + { + "id": "9a2552f4-2d59-49e9-bd4e-d67946477e90", + "data": [ + { + "text": "test", + "userDefined": false + } + ], + "isTemplate": false, + "count": 0, + "updated": 1543791138 + } +] \ No newline at end of file diff --git a/README.md b/README.md index 49314a2..48bb276 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Made possible thanks to support from family and friends. -Built using lessons learned from my [mental-temp-converter backend](https://glitch.com/edit/#!/mental-temp-converter) and a [Zeitspace workshop](https://github.com/zeitspace/AssistantAppWorkshop) I attended. +Built using lessons learned from my [mental-temp-converter backend](https://glitch.com/edit/#!/mental-temp-converter) and a [Zeitspace workshop](https://github.com/zeitspace/AssistantAppWorkshop) I attended. (EDIT: Now updated to use API V2.) Privacy policy: https://goo.gl/PMwsDW