-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
172 lines (172 loc) · 7.75 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "An Alexa Skill that reads out the SNS Faridabad food menu for both breakfast and lunch",
"examplePhrases": [
"Alexa, ask food menu what\u0027s for lunch tomorrow",
"Alexa, ask food menu what was for breakfast yesterday"
],
"keywords": [
"sns",
"sns",
"faridabad",
"shiv",
"nadar",
"school",
"schools",
"food",
"menu",
"lunch",
"menu",
"meals",
"menu",
"menu"
],
"name": "Shiv Nadar School Faridabad Food Menu",
"description": "This skill provides the food menu for SNS Faridabad. It has various features:\n\nThe main things the skill will handle while fetching data are: \n1. Identify the specific day requested by the user as well as key words used such as tomorrow, yesterday and today.\n2. Identify whether only lunch or breakfast information is required. Fallback to providing both lunch and breakfast information if there\u0027s no explicit command for either one of them.\n3. Properly handle a situation where no data is available.\n\nSource code: https://github.com/AshutoshSundresh/SoulfairProject",
"smallIconUri": "file://assets/images/en-US_smallIconUri.png",
"largeIconUri": "file://assets/images/en-US_largeIconUri.png"
},
"en-CA": {
"summary": "An Alexa Skill that reads out the SNS Faridabad food menu for both breakfast and lunch",
"examplePhrases": [
"Alexa, ask food menu what\u0027s for lunch tomorrow",
"Alexa, ask food menu what was for breakfast yesterday"
],
"keywords": [
"sns",
"sns",
"faridabad",
"shiv",
"nadar",
"school",
"schools",
"food",
"menu",
"lunch",
"menu",
"meals",
"menu",
"menu"
],
"name": "Shiv Nadar School Faridabad Food Menu",
"description": "This skill provides the food menu for SNS Faridabad. It has various features:\n\nThe main things the skill will handle while fetching data are: \n1. Identify the specific day requested by the user as well as key words used such as tomorrow, yesterday and today.\n2. Identify whether only lunch or breakfast information is required. Fallback to providing both lunch and breakfast information if there\u0027s no explicit command for either one of them.\n3. Properly handle a situation where no data is available.\n\nSource code: https://github.com/AshutoshSundresh/SoulfairProject",
"smallIconUri": "file://assets/images/en-CA_smallIconUri.png",
"largeIconUri": "file://assets/images/en-CA_largeIconUri.png"
},
"en-IN": {
"summary": "An Alexa Skill that reads out the SNS Faridabad food menu for both breakfast and lunch",
"examplePhrases": [
"Alexa, ask food menu what\u0027s for lunch tomorrow",
"Alexa, ask food menu what was for breakfast yesterday"
],
"keywords": [
"sns",
"sns",
"faridabad",
"shiv",
"nadar",
"school",
"schools",
"food",
"menu",
"lunch",
"menu",
"meals",
"menu",
"menu"
],
"name": "Shiv Nadar School Faridabad Food Menu",
"description": "This skill provides the food menu for SNS Faridabad. It has various features:\n\nThe main things the skill will handle while fetching data are: \n1. Identify the specific day requested by the user as well as key words used such as tomorrow, yesterday and today.\n2. Identify whether only lunch or breakfast information is required. Fallback to providing both lunch and breakfast information if there\u0027s no explicit command for either one of them.\n3. Properly handle a situation where no data is available.\n\nSource code: https://github.com/AshutoshSundresh/SoulfairProject",
"smallIconUri": "file://assets/images/en-IN_smallIconUri.png",
"largeIconUri": "file://assets/images/en-IN_largeIconUri.png"
},
"en-GB": {
"summary": "An Alexa Skill that reads out the SNS Faridabad food menu for both breakfast and lunch",
"examplePhrases": [
"Alexa, ask food menu what\u0027s for lunch tomorrow",
"Alexa, ask food menu what was for breakfast yesterday"
],
"keywords": [
"sns",
"sns",
"faridabad",
"shiv",
"nadar",
"school",
"schools",
"food",
"menu",
"lunch",
"menu",
"meals",
"menu",
"menu"
],
"name": "Shiv Nadar School Faridabad Food Menu",
"description": "This skill provides the food menu for SNS Faridabad. It has various features:\n\nThe main things the skill will handle while fetching data are: \n1. Identify the specific day requested by the user as well as key words used such as tomorrow, yesterday and today.\n2. Identify whether only lunch or breakfast information is required. Fallback to providing both lunch and breakfast information if there\u0027s no explicit command for either one of them.\n3. Properly handle a situation where no data is available.\n\nSource code: https://github.com/AshutoshSundresh/SoulfairProject",
"smallIconUri": "file://assets/images/en-GB_smallIconUri.png",
"largeIconUri": "file://assets/images/en-GB_largeIconUri.png"
}
},
"isAvailableWorldwide": true,
"testingInstructions": "1. Test asking for food on a date, relative or absolute.\n2. Test asking for breakfast and lunch individually, and then using \"all\" for both together.\n3. This is the menu json being used: https://raw.githubusercontent.com/AshutoshSundresh/SoulfairProject/main/menu.json\n\nCurrently it hosts dates from 1st December to 24th December. There is no menu available after that from the school due to COVID-19. The January 8-10 and February 8-10 entries are for testing as well.",
"category": "SCHOOLS",
"distributionMode": "PUBLIC",
"automaticClonedLocale": {
"locales": [
{
"source": "en-US",
"targets": [
"en-CA",
"en-IN",
"en-GB"
]
}
]
},
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:115207693098:function:8f7fbb98-6f47-49bb-993b-860c7e20097b:Release_2"
},
"interfaces": [],
"regions": {
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:115207693098:function:8f7fbb98-6f47-49bb-993b-860c7e20097b:Release_2"
}
},
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:115207693098:function:8f7fbb98-6f47-49bb-993b-860c7e20097b:Release_2"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:115207693098:function:8f7fbb98-6f47-49bb-993b-860c7e20097b:Release_2"
}
}
}
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {},
"en-CA": {},
"en-IN": {},
"en-GB": {}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}