-
Notifications
You must be signed in to change notification settings - Fork 145
/
skill.json
35 lines (35 loc) · 1.14 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Answer questions to hear a suggested career.",
"examplePhrases": [
"Alexa open decision tree",
"Alexa ask decision tree to start over",
"Alexa tell decision tree restart"
],
"keywords": [
"career",
"job",
"decision"
],
"name": "Decision Tree",
"description": "Ask Decision Tree for help choosing your ideal career.\n\nAlexa will provide an ideal career by asking a series of questions and giving you an answer.\n\nTo start, just say \"Alexa, launch Decision Tree\" or \"Alexa, open Decision Tree\" to get started\".\n\nAt any time, you can stop by saying \"Alexa, stop\""
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "ask-decision-tree-nodejs"
}
}
},
"manifestVersion": "1.0"
}
}