-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
63 lines (63 loc) · 1.63 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
{
"manifestVersion": "1.0",
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "This is a sample Alexa custom skill.",
"examplePhrases": [
"Alexa, open sample custom skill.",
"Alexa, play sample custom skill."
],
"keywords": [
"Descriptive_Phrase_1",
"Descriptive_Phrase_2",
"Descriptive_Phrase_3"
],
"name": "AlexaExample",
"description": "This skill does interesting things."
}
},
"isAvailableWorldwide": false,
"testingInstructions": "1) Say 'Alexa, hello world'",
"category": "HEALTH_AND_FITNESS",
"distributionCountries": [
"US"
]
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:737257179222:function:AlexaExampleFunction-AlexaExampleFunction-EZNA5JEI4SB2"
}
}
},
"permissions": [
{
"name": "alexa::devices:all:address:full:read"
},
{
"name": "alexa::household:lists:read"
},
{
"name": "alexa::household:lists:write"
},
{
"name": "alexa::alerts:reminders:skill:readwrite"
}
],
"privacyAndCompliance": {
"allowsPurchases": false,
"usesPersonalInfo": false,
"isChildDirected": false,
"isExportCompliant": true,
"containsAds": false,
"locales": {
"en-US": {
"privacyPolicyUrl": "http://www.myprivacypolicy.sampleskill.com",
"termsOfUseUrl": "http://www.termsofuse.sampleskill.com"
}
}
}
}
}