-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
49 lines (49 loc) · 1.38 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
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:538862422956:function:6a718ca8-104f-4991-af49-323528ebc687:Release_0"
},
"interfaces": [],
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:538862422956:function:6a718ca8-104f-4991-af49-323528ebc687:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:538862422956:function:6a718ca8-104f-4991-af49-323528ebc687:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:538862422956:function:6a718ca8-104f-4991-af49-323528ebc687:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"publishingInformation": {
"category": "KNOWLEDGE_AND_TRIVIA",
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"en-US": {
"description": "Sample Full Description",
"examplePhrases": [
"Alexa open hello world",
"hello",
"help"
],
"keywords": [],
"name": "hangman",
"summary": "Sample Short Description"
}
},
"testingInstructions": "Sample Testing Instructions."
}
}
}