-
Notifications
You must be signed in to change notification settings - Fork 149
/
skill.json
70 lines (70 loc) · 2.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Guess a number, and Alexa will tell you if you need to guess higher or lower.",
"examplePhrases": [
"Alexa open high low game",
"Alexa start high low game",
"Alexa ask high low game is it {number}"
],
"name": "High Low Game",
"description": "Guess a number, and Alexa will tell you if you need to guess higher or lower. She will also tell you how many times you have played. "
},
"en-GB": {
"summary": "Guess a number, and Alexa will tell you if you need to guess higher or lower.",
"examplePhrases": [
"Alexa open high low game",
"Alexa start high low game",
"Alexa ask high low game is it {number}"
],
"name": "High Low Game",
"description": "Guess a number, and Alexa will tell you if you need to guess higher or lower. She will also tell you how many times you have played. "
},
"es-ES": {
"summary": "Adivina un número y Alexa te dirá si debes adivinar uno más alto o más bajo.",
"examplePhrases": [
"Alexa, abre el juego de adivinar el número",
"Alexa, lanza el juego de adivinar el número",
"Alexa, pregúntale al juego de adivinar el número si es el {number}"
],
"name": "Adivina el Número",
"description": "Adivina un número y Alexa te dirá si debes adivinar uno más alto o más bajo."
},
"es-MX": {
"summary": "Adivina un número y Alexa te dirá si debes adivinar uno más alto o más bajo.",
"examplePhrases": [
"Alexa, abre el juego de adivinar el número",
"Alexa, lanza el juego de adivinar el número",
"Alexa, pregúntale al juego de adivinar el número si es el {number}"
],
"name": "Adivina el Número",
"description": "Adivina un número y Alexa te dirá si debes adivinar uno más alto o más bajo."
},
"es-US": {
"summary": "Adivina un número y Alexa te dirá si debes adivinar uno más alto o más bajo.",
"examplePhrases": [
"Alexa, abre el juego de adivinar el número",
"Alexa, lanza el juego de adivinar el número",
"Alexa, pregúntale al juego de adivinar el número si es el {number}"
],
"name": "Adivina el Número",
"description": "Adivina un número y Alexa te dirá si debes adivinar uno más alto o más bajo."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "ask-custom-highlow-default"
}
}
},
"manifestVersion": "1.0"
}
}