-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathskill.json
More file actions
30 lines (30 loc) · 809 Bytes
/
Copy pathskill.json
File metadata and controls
30 lines (30 loc) · 809 Bytes
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
{
"skillManifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "A sample skill that uses screen displays.",
"examplePhrases": [
"Alexa open travel browser",
"Alexa tell travel browser to browse cities",
"Alexa ask city guide to show Dublin"
],
"name": "Travel Browser",
"description": "A sample skill that uses screen displays."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
}
}
},
"manifestVersion": "1.0"
}
}