-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
executable file
·64 lines (64 loc) · 1.84 KB
/
skill.json
File metadata and controls
executable file
·64 lines (64 loc) · 1.84 KB
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
{
"manifest": {
"publishingInformation": {
"locales": {
"es-ES": {
"summary": "Resumen de lo que hace la skill",
"examplePhrases": [
"Alexa, abre movie man.",
"Alexa, juega movie man."
],
"keywords": [
"movie man",
"adivina",
"peli",
"película",
"juego"
],
"name": "Movieman: Adivina la película",
"description": "Descripción de la skill",
"updatesDescription": "Esta skill tiene actualizaciones que arreglan fallos.",
"smallIconUri": "https://raw.githubusercontent.com/webanalyst/alexa-hackathon/master/assets/images/es-ES_smallIcon.png",
"largeIconUri": "https://raw.githubusercontent.com/webanalyst/alexa-hackathon/master/assets/images/es-ES_largeIcon.png"
}
},
"isAvailableWorldwide": false,
"testingInstructions": "Para probar dí: Alexa, abre movie man",
"category": "GAMES",
"distributionCountries": [
"ES"
]
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "movieman-default"
},
"regions": {
"EU": {
"endpoint": {
"sslCertificateType": "Trusted",
"sourceDir": "lambda/custom",
"uri": "movieman-eu"
}
}
}
}
},
"privacyAndCompliance": {
"allowsPurchases": false,
"usesPersonalInfo": false,
"isChildDirected": false,
"isExportCompliant": true,
"containsAds": false,
"locales": {
"es-ES": {
"privacyPolicyUrl": "http://www.myprivacypolicy.example.com",
"termsOfUseUrl": "http://www.termsofuse.example.com"
}
}
},
"manifestVersion": "1.0"
}
}