From a5c09206c962f7734ca482b2e6fd13faf2cfe250 Mon Sep 17 00:00:00 2001 From: Bilal Date: Wed, 18 Apr 2018 00:12:17 +0000 Subject: [PATCH] delete obsolete file --- backend/SaburlySkillInteractionModel.json | 60 ----------------------- 1 file changed, 60 deletions(-) delete mode 100644 backend/SaburlySkillInteractionModel.json diff --git a/backend/SaburlySkillInteractionModel.json b/backend/SaburlySkillInteractionModel.json deleted file mode 100644 index ff9fdd7..0000000 --- a/backend/SaburlySkillInteractionModel.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "languageModel": { - "intents": [ - { - "name": "AMAZON.CancelIntent", - "samples": [] - }, - { - "name": "AMAZON.HelpIntent", - "samples": [] - }, - { - "name": "AMAZON.StopIntent", - "samples": [] - }, - { - "name": "GetProcessIntent", - "samples": [ - "tell me your process", - "what is your process", - "how do you work", - "about your proces" - ], - "slots": [] - }, - { - "name": "GetProjectsIntent", - "samples": [ - "list me your projects", - "show me what you have done", - "what did you do so far", - "what are your projects", - "your project" - ], - "slots": [] - }, - { - "name": "GetServicesIntent", - "samples": [ - "what are your services", - "what services do you ofer", - "what you do", - "your service", - "tell me service" - ], - "slots": [] - }, - { - "name": "GetTechnologiesIntent", - "samples": [ - "list me your technologies", - "give me your technologies", - "what you know" - ], - "slots": [] - } - ], - "invocationName": "saburly" - } -} \ No newline at end of file