-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathskill.json
More file actions
32 lines (32 loc) · 774 Bytes
/
skill.json
File metadata and controls
32 lines (32 loc) · 774 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
31
32
{
"manifest": {
"publishingInformation": {
"locales": {
"fr-FR": {
"name": "Watcher",
"summary": "Sample Short Description",
"description": "Manages your movies for you",
"examplePhrases": [
"Alexa ouvre watcher",
"Bonjour Alexa",
"Watcher"
],
"keywords": []
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "KNOWLEDGE_AND_TRIVIA",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "ask-custom-Watcher-default"
}
}
},
"manifestVersion": "1.0"
}
}