forked from gilderman/Alexa-SleepIQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
44 lines (44 loc) · 1.03 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Sleep IQ smart bed Alexa skill",
"examplePhrases": [
"Alexa, ask my bed to move my head up"
],
"name": "SleepIQ smart bed",
"description": "TODO: skill description"
}
},
"isAvailableWorldwide": false,
"testingInstructions": "TODO: Sample Testing Instructions.",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa::person_id:read"
}
],
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {
"privacyPolicyUrl": "http://developer.amazon.com/sampleTestingUrl"
}
},
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}