forked from alexa-samples/skill-sample-nodejs-feed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
30 lines (30 loc) · 877 Bytes
/
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
{
"skillManifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Have Alexa read feeds to you from an RSS/Atom feed",
"examplePhrases": [
"Alexa open feed reader",
"Alexa tell feed reader to play favorites",
"Alexa ask feed reader to get categories"
],
"name": "Feed Reader",
"description": "Have Alexa read feeds to you from an RSS/Atom feed. Create a list of favorites and manage your feeds by category."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri":"ask-custom-feed"
}
}
},
"manifestVersion": "1.0"
}
}