-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathskill.json
executable file
·63 lines (63 loc) · 1.7 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
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:889131662388:function:33753480-826d-4ea3-9d8d-2c0a4adf2f18:Release_0"
},
"interfaces": [],
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:889131662388:function:33753480-826d-4ea3-9d8d-2c0a4adf2f18:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:889131662388:function:33753480-826d-4ea3-9d8d-2c0a4adf2f18:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:889131662388:function:33753480-826d-4ea3-9d8d-2c0a4adf2f18:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa:devices:all:address:country_and_postal_code:read"
},
{
"name": "alexa::profile:name:read"
},
{
"name": "alexa::alerts:reminders:skill:readwrite"
},
{
"name": "alexa::devices:all:geolocation:read"
}
],
"publishingInformation": {
"category": "KNOWLEDGE_AND_TRIVIA",
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"en-IN": {
"description": "Sample Full Description",
"examplePhrases": [
"Alexa open hello world",
"hello",
"help"
],
"keywords": [],
"name": "Night Angel",
"summary": "Sample Short Description"
}
},
"testingInstructions": "Sample Testing Instructions."
}
}
}