-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
56 lines (56 loc) · 1.92 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-IN": {
"summary": "A cat fact generator that provides cool cat facts",
"examplePhrases": [
"Alexa open cat facts",
"cat fact",
"help"
],
"keywords": [
"cat",
"cats",
"facts",
"fact",
"trivia"
],
"name": "Cat facts",
"smallIconUri": "file://assets/images/en-IN_smallIconUri.png",
"description": "A cat fact generator that provides cool cat facts when the user asks. You need an amazon account to enable the skill under the manage skill section.The skill is completely free of cost and does not contain any ads or purchases.There is no specific account or hardware requirements.",
"largeIconUri": "file://assets/images/en-IN_largeIconUri.png"
}
},
"automaticDistribution": {
"isActive": false
},
"isAvailableWorldwide": true,
"testingInstructions": "First tell \"Open cat facts\" to invoke the skill and then tell \"\"tell me a cat fact\" to hear the fact",
"category": "KNOWLEDGE_AND_TRIVIA",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:273462307493:function:825f78b0-462d-4fcf-8acf-31ab197b1b07:Release_0"
},
"interfaces": []
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-IN": {
"termsOfUseUrl": "https://gist.github.com/Harikrishnan6336/c23d623c5944425c3b02c8d3f1517ebe",
"privacyPolicyUrl": "https://gist.github.com/Harikrishnan6336/d1f07690e427bf5ad13bf47a88701d2c"
}
},
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}