-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
40 lines (40 loc) · 1.47 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Baby word of the day gives a word, the definition, and usage in a sentence.",
"examplePhrases": [
"Alexa open baby word of the day",
"Alexa start baby word of the day",
"Alexa whats the baby word of the day"
],
"name": "tutorial-ge",
"description": "Baby word of the day gives a word, the definition, and usage in a sentence. You can also give the babys birthday so we can pick the best words based on the baby age."
},
"en-GB": {
"summary": "Baby word of the day gives a word, the definition, and usage in a sentence.",
"examplePhrases": [
"Alexa open baby word of the day",
"Alexa start baby word of the day",
"Alexa whats the baby word of the day"
],
"name": "tutorial-ge",
"description": "Baby word of the day gives a word, the definition, and usage in a sentence. You can also give the babys birthday so we can pick the best words based on the baby age."
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
}
}
},
"manifestVersion": "1.0"
}
}