This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
100 lines (100 loc) · 4.68 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"manifest": {
"apis": {
"custom": {}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"usesPersonalInfo": false,
"isChildDirected": false,
"isExportCompliant": true,
"containsAds": false
},
"publishingInformation": {
"locales": {
"fr-FR": {
"description": "Marre d'attendre le bus/métro/tram tous les matins? Avec la skill Réseau STIB-MIVB, obtenez les horaires de passage en temps réel de votre bus/métro/tram préféré sur le réseau STIB-MIVB. Configurez vos préférences en un clin d'oeil en indiquant le numéro de votre ligne et le nom de votre arrêt à Alexa. Ensuite, demandez simplement \"Quand est-ce que passe le prochain bus/métro/tram?\" pour ne plus jamais être en retard!" ,
"examplePhrases": [
"Alexa ouvre horaires stib",
"Alexa ouvre horaires stib et configure mon trajet favori",
"Alexa demande à horaires stib quand passe le prochain tram"
],
"keywords": [
"STIB",
"STIB-MIVB",
"bruxelles",
"transports en commun",
"horaires",
"temps réel",
"bus",
"métro",
"tram"
],
"largeIconUri": "file://assets/images/fr-FR_largeIcon.png",
"name": "Réseau STIB-MIVB",
"smallIconUri": "file://assets/images/fr-FR_smallIcon.png",
"summary": "Informations sur le réseau STIB-MIVB en temps réel"
},
"fr-CA": {
"description": "Marre d'attendre le bus/métro/tram tous les matins? Avec la skill Réseau STIB-MIVB, obtenez les horaires de passage en temps réel de votre bus/métro/tram préféré sur le réseau STIB-MIVB. Configurez vos préférences en un clin d'oeil en indiquant le numéro de votre ligne et le nom de votre arrêt à Alexa. Ensuite, demandez simplement \"Quand est-ce que passe le prochain bus/métro/tram?\" pour ne plus jamais être en retard!" ,
"examplePhrases": [
"Alexa ouvre horaires stib",
"Alexa ouvre horaires stib et configure mon trajet favori",
"Alexa demande à horaires stib quand passe le prochain tram"
],
"keywords": [
"STIB",
"STIB-MIVB",
"bruxelles",
"transports en commun",
"horaires",
"temps réel",
"bus",
"métro",
"tram"
],
"largeIconUri": "file://assets/images/fr-FR_largeIcon.png",
"name": "Réseau STIB-MIVB",
"smallIconUri": "file://assets/images/fr-FR_smallIcon.png",
"summary": "Informations sur le réseau STIB-MIVB en temps réel"
},
"en-GB": {
"description": "Tired of waiting for your bus/metro/tram? The STIB-MIVB network skill lets you ask for your favorite bus/metro/tram arrival times in real time. Save your journey preferences in a heartbeat by simply telling Alexa your favorite line number and stop name. Then, just ask \"When is the next bus/metro/tram?\" to make sure you catch your next ride on the STIB-MIVB network on time!",
"examplePhrases": [
"Alexa open stib schedule",
"Alexa open stib schedule and configure my journey preferences",
"Alexa ask stib schedule when's my next bus leaving"
],
"keywords": [
"STIB",
"STIB-MIVB",
"brussels",
"public transportation",
"schedule",
"timetables",
"real-time",
"bus",
"metro",
"tram"
],
"largeIconUri": "file://assets/images/fr-FR_largeIcon.png",
"name": "STIB-MIVB network",
"smallIconUri": "file://assets/images/fr-FR_smallIcon.png",
"summary": "Real-time information on the STIB-MIVB network."
}
},
"isAvailableWorldwide": false,
"testingInstructions": "Francais: La skill commence par demander les préférences de voyage de l'utilisateur sur le réseau STIB-MIVB. Le détail des numéros de ligne et les noms d'arrêts correspondants sont disponibles sur le site de la STIB-MVIB à l'adresse suivante: http://www.stib-mivb.be/horaires-dienstregeling2.html?l=fr. English: The skill first by asking for users trip preferences on the STIB-MIVB network. STIB-MIVB network details and schedules are available here: http://www.stib-mivb.be/horaires-dienstregeling2.html?l=en",
"category": "PUBLIC_TRANSPORTATION",
"distributionCountries": [
"FR",
"BE",
"CH",
"GB",
"CA"
],
"distributionMode": "PUBLIC"
}
}
}