-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill.json
42 lines (42 loc) · 1.29 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-IN": {
"summary": "Small game for checking knowledege about indian state and capital",
"examplePhrases": [
"Alexa, open indian states capital",
"Alexa, start indian states capital"
],
"keywords": [],
"name": "State-Capital",
"description": "Skill developed for kid\u0027s for dveloping there knowledge about indian state and capital.",
"smallIconUri": "file://assets/images/en-IN_smallIconUri.png",
"largeIconUri": "file://assets/images/en-IN_largeIconUri.png"
}
},
"isAvailableWorldwide": false,
"testingInstructions": "Include your testing instruction (if any) here",
"category": "EDUCATIONAL_GAMES",
"distributionCountries": [
"IN"
]
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:670622854413:function:63298623-68bb-4ed3-a49e-8719dab983cd:Release_0"
},
"interfaces": []
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": true,
"usesPersonalInfo": false
}
}
}