forked from alexa-samples/skill-sample-nodejs-adventure-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
executable file
·34 lines (34 loc) · 1.02 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Play a text adventure game.",
"examplePhrases": [
"Alexa open text adventure",
"Alexa ask text adventure where am I?"
],
"keywords": [
"game",
"adventure"
],
"name": "Text Adventure",
"description": "In this game you navigate the rooms and avoid the perils to survive until the end.\n\nTo start, just say \"Alexa, launch Text Adventure\" or \"Alexa, open Text Adventure\" to start a game\".\n\nAt anytime, you can stop by saying \"Alexa, stop\"."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
}
}
},
"manifestVersion": "1.0",
"permissions": []
}
}