-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
63 lines (63 loc) · 1.65 KB
/
skill.json
File metadata and controls
63 lines (63 loc) · 1.65 KB
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:us-east-1:611201209349:function:51699289-f87c-4a51-aa6a-c964ab707305:Release_0"
},
"interfaces": [],
"locales": {},
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:611201209349:function:51699289-f87c-4a51-aa6a-c964ab707305:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:611201209349:function:51699289-f87c-4a51-aa6a-c964ab707305:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:611201209349:function:51699289-f87c-4a51-aa6a-c964ab707305:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa:devices:all:address:country_and_postal_code:read"
},
{
"name": "alexa::profile:given_name:read"
},
{
"name": "alexa::person_id:read"
},
{
"name": "alexa::authenticate:2:optional"
}
],
"publishingInformation": {
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"en-US": {
"description": "Sample Full Description",
"examplePhrases": [
"Alexa open hello world",
"hello",
"help"
],
"keywords": [],
"name": "MBTA",
"summary": "Sample Short Description"
}
},
"testingInstructions": "Sample Testing Instructions."
}
}
}