diff --git a/backend/SaburlySkillInteractionModel.json b/backend/SaburlySkillInteractionModel.json new file mode 100644 index 0000000..ff9fdd7 --- /dev/null +++ b/backend/SaburlySkillInteractionModel.json @@ -0,0 +1,60 @@ +{ + "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