Add skill interaction model
This commit is contained in:
60
backend/SaburlySkillInteractionModel.json
Normal file
60
backend/SaburlySkillInteractionModel.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user