forked from alexa-samples/skill-sample-nodejs-petmatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
31 lines (31 loc) · 964 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
31
{
"skillManifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Find the pet that is just right for you.",
"examplePhrases": [
"Alexa open pet match",
"Alexa ask pet match for a recommendation",
"Alexa tell pet match that I want a big fluffy dog"
],
"name": "Pet Match",
"description": "Do you want a pet, but aren't sure what pet would be right for you? Pet Match will find the right pet for you by asking you a series of questions."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "ask-custom-petmatch-default"
}
}
},
"manifestVersion": "1.0"
}
}