forked from zahraessa/Indecisive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.jsonn
31 lines (31 loc) · 935 Bytes
/
skill.jsonn
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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Ask an expert for a recommendation on what to do in your city.",
"examplePhrases": [
"Alexa open city guide",
"Alexa tell city guide i'm hungry",
"Alexa ask city guide to give me an activity"
],
"name": "cityGuide",
"description": "Ask an expert for a recommendation on what to do in your city. You can even ask for tips within a specific distance."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/py",
"uri": "ask-custom-cityGuide-default"
}
}
},
"manifestVersion": "1.0"
}
}