-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
66 lines (66 loc) · 2.19 KB
/
skill.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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Alexa skill to read off the menu for Eastern Illinois University\u0027s dining halls",
"examplePhrases": [
"Alexa, ask EIU menu what\u0027s for lunch at Thomas?",
"Alexa, open EIU menu.",
"Alexa, ask EIU menu what\u0027s for dinner today."
],
"keywords": [],
"name": "EIU Menu",
"description": "This Alexa skill pulls the menus for a selected or all dining halls from https://www.eiu.edu/dining/dining_menu.php\n\n*Not affiliated with EIU\n\n*Some features may not work as planned, report any issues to [email protected]",
"smallIconUri": "file://assets/images/en-US_smallIconUri.png",
"largeIconUri": "file://assets/images/en-US_largeIconUri.png"
}
},
"automaticDistribution": {
"isActive": false
},
"isAvailableWorldwide": false,
"testingInstructions": "No special instructions",
"category": "RESTAURANT_BOOKING_INFO_AND_REVIEW",
"distributionCountries": [
"US"
]
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:656547021558:function:32e45301-f63d-42f6-b287-85b436ff3c85:Release_1"
},
"interfaces": [],
"regions": {
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:656547021558:function:32e45301-f63d-42f6-b287-85b436ff3c85:Release_1"
}
},
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:656547021558:function:32e45301-f63d-42f6-b287-85b436ff3c85:Release_1"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:656547021558:function:32e45301-f63d-42f6-b287-85b436ff3c85:Release_1"
}
}
}
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}