-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
94 lines (94 loc) · 4.23 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"manifest": {
"publishingInformation": {
"locales": {
"de-DE": {
"summary": "Was gibt es in der Mensa der RWTH? Finde es mit diesem Skill heraus!",
"examplePhrases": [
"Alexa, frage r. w. t. h. mensa was es heute in der Mensa Academica zu essen gibt",
"Alexa, frage r. w. t. h. mensa was es nächsten Donnerstag in der Mensa Vita für vegetarische Gerichte gibt",
"Alexa, öffne r. w. t. h. mensa"
],
"keywords": [
"RWTH",
"Mensa",
"Mensa",
"Academica",
"Speisepläne"
],
"name": "RWTH Mensa (UNOFFICIAL)",
"description": "Dieser Skill erlaubt es Dir, die Speisepläne der Mensen der RWTH Aachen bequem vom Sofa zu erfragen. Es werden alle Mensen der RWTH unterstützt.\n\nEs ist gut möglich, dass der Skill falsche, unvollständige, oder nicht mehr aktuelle Informationen zurückgibt. Der Entwickler übernimmt dafür keine Haftung. Beachtet immer den Aushang in den Mensen. Verlassen Sie sich nicht ausschließlich auf Informationen aus diesem Skill.\n\nDieses Angebot steht in keiner Weise mit dem Mensabetreiber, dem Studierendenwerk Aachen, in Verbindung.\nDas Studierendenwerk übernimmt keine Verantwortung für den Inhalt dieser Anwendung und nimmt keinerlei Anfragen diesbezüglich entgegen.",
"smallIconUri": "file://assets/images/de-DE_smallIconUri.png",
"largeIconUri": "file://assets/images/de-DE_largeIconUri.png"
},
"en-US": {
"summary": "Want to know what\u0027s on todays menu at any of the canteens of RWTH Aachen University? Find out using this skill!",
"examplePhrases": [
"Alexa, ask r. w. t. h. mensa about the dishes available at mensa academica today",
"Alexa, ask r. w. t. h. mensa for the veggie offerings at mensa vita tomorrow",
"Alexa, open r. w. t. h. mensa"
],
"keywords": [
"mensa",
"cafeteria",
"RWTH",
"menu"
],
"name": "RWTH Mensa (UNOFFICIAL)",
"description": "This skill allows you to inquire about the menus of the RWTH Aachen canteens from the comfort of your sofa. All RWTH canteens are supported.\n\nIt is possible that the skill returns incorrect, incomplete, or outdated information. The developer assumes no liability for this. Always pay attention to the menu posted in the cafeterias. Do not solely rely on information from this Skill. \n\nThis offer is in no way connected to the cafeteria operator, the Studierendenwerk Aachen.\nThe Studierendenwerk Aachen assumes no responsibility for the content of this application and will not accept any inquiries regarding it.",
"smallIconUri": "file://assets/images/en-US_smallIconUri.png",
"largeIconUri": "file://assets/images/en-US_largeIconUri.png"
}
},
"automaticDistribution": {
"isActive": false
},
"isAvailableWorldwide": true,
"testingInstructions": "{\"ask_dist_username\":\"\",\"ask_dist_password\":\"\",\"ask_dist_testing_instructions\":\"{\\\"ask_dist_username\\\":\\\"\\\",\\\"ask_dist_password\\\":\\\"\\\"}\"}",
"category": "RESTAURANT_BOOKING_INFO_AND_REVIEW",
"distributionMode": "PUBLIC",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"uri": "$SKILL_LAMBDA_ARN_EUW"
},
"interfaces": [],
"locales": {},
"regions": {
"EU": {
"endpoint": {
"uri": "$SKILL_LAMBDA_ARN_EUW"
}
},
"NA": {
"endpoint": {
"uri": "$SKILL_LAMBDA_ARN_NA"
}
},
"FE": {
"endpoint": {
"uri": "$SKILL_LAMBDA_ARN_USW"
}
}
}
}
},
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"de-DE": {},
"en-US": {}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"shoppingKit": {
"isShoppingActionsEnabled": false,
"isAmazonAssociatesOnAlexaEnabled": false
},
"usesPersonalInfo": false
}
}
}