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