-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
54 lines (54 loc) · 2.15 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
50
51
52
53
54
{
"skillManifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Query Virginia Department of Game & Inland Fisheries trout stocking tables.",
"examplePhrases": [
"Alexa ask virginia trout buddy about recent stockings",
"Alexa ask virginia trout buddy about stockings on December 5th",
"Alexa ask virginia trout buddy about stockings in Montgomery County"
],
"keywords": [
"virginia",
"trout",
"stock",
"fishing",
"fish",
"vdgif"
],
"name": "Virginia Trout Buddy",
"description": "Get information on past Virginia Department of Game & Inland Fisheries trout stocking. You can ask for recent stockings, stockings for a specific date, stockings for a date range, or stockings for a specific county. Note - the VDGIF does not provide future dates, they report after the stocking has been completed. Virginia Trout Buddy is Echo Show enabled, plotting stocking locations on a map of Virginia. This Skill is in no way affiliated with the Virginia Department of Game & Inland Fisheries.",
"smallIconUri": "https://s3.amazonaws.com/va-trout-buddy/icon_108.png",
"largeIconUri": "https://s3.amazonaws.com/va-trout-buddy/icon_512.png"
}
},
"isAvailableWorldwide": false,
"testingInstructions": "Latest submission only contains new full description text of being Echo Show enabled. Reference the trout stocking table at https://www.dgif.virginia.gov/fishing/trout-stocking-schedule/ to test.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": [
"US"
]
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
},
"interfaces": [
{
"type": "RENDER_TEMPLATE"
}
]
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}