-
Notifications
You must be signed in to change notification settings - Fork 0
/
intents_en.json
48 lines (48 loc) · 929 Bytes
/
intents_en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"languageModel": {
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"Cancel",
"break",
"cancel this skill"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": [
"what can I do",
"what are my options",
"what functions can I call"
]
},
{
"name": "AMAZON.StopIntent",
"samples": [
"stop this skill"
]
},
{
"name": "myCases",
"samples": [
"my cases",
"give me my cases",
"my case status",
"cases"
],
"slots": []
},
{
"name": "myWorkitems",
"samples": [
"my Workitems",
"workitems",
"give me my workitems"
],
"slots": []
}
],
"invocationName": "tibco casemanagement demo"
}
}