-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinteraction_module.json
More file actions
89 lines (89 loc) · 3.29 KB
/
Copy pathinteraction_module.json
File metadata and controls
89 lines (89 loc) · 3.29 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"interactionModel": {
"languageModel": {
"invocationName": "indian facts",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"forget it",
"never mind",
"next fact",
"next",
"remove",
"ignore",
"cancel this fact",
"cancel"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": [
"can you help me",
"what was that",
"help me with this",
"what is this",
"help me",
"help"
]
},
{
"name": "AMAZON.StopIntent",
"samples": [
"exit",
"stop this",
"please stop",
"stop"
]
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": []
},
{
"name": "AMAZON.FallbackIntent",
"samples": []
},
{
"name": "GetNewFactIntent",
"slots": [],
"samples": [
"facts about india",
"give some information about india",
"tell me about india",
"about india",
"tell me about it",
"say some random fact",
"say some random facts",
"information about india",
"some information about india",
"give me some facts about india",
"tell me something about india",
"give me an amazing fact about india",
"give me a fact about india",
"a fact about india",
"tell me trivia about india",
"amazing facts about india",
"strange facts about india",
"strange facts",
"another fact that is strange",
"a fact",
"an strange fact",
"tell me a fact",
"give me a fact",
"give me an strange fact",
"give me a strange fact",
"tell me trivia",
"give me a strangetrivia",
"give me an strange trivia",
"give me some information",
"give me some strange information",
"tell me something",
"give me something"
]
}
],
"types": []
}
}
}