-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinteraction_model.json
69 lines (69 loc) · 2.29 KB
/
interaction_model.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"interactionModel": {
"languageModel": {
"invocationName": "un dia como hoy",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"cancelar"
]
},
{
"name": "AMAZON.HelpIntent",
"samples": [
"qué puedo hacer",
"que puedo hacer",
"ayudame",
"ayuda"
]
},
{
"name": "AMAZON.StopIntent",
"samples": [
"stop",
"terminar",
"fin",
"para"
]
},
{
"name": "AMAZON.NavigateHomeIntent",
"samples": [
"inicio"
]
},
{
"name": "GetNewEventIntent",
"slots": [],
"samples": [
"algún dato curioso",
"algun dato curioso",
"un dato curioso",
"algo curioso",
"un dato interesante",
"algún dato interesante",
"algun dato interesante",
"obtén algo interesante",
"obten algo interesante",
"obtén algo",
"obten algo",
"obtenme algo",
"obtenme algo interesante",
"dame algo interesante",
"sobre algo interesante",
"algo interesante",
"por algo interesante",
"cuéntame algo interesante",
"cuéntame algo",
"dime algo interesante",
"cuentame algo interesante",
"dime algo",
"cuentame algo"
]
}
],
"types": []
}
}
}