-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
40 lines (40 loc) · 1.25 KB
/
skill.json
File metadata and controls
40 lines (40 loc) · 1.25 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
{
"skillManifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Sample Alexa Skill's Short Description",
"examplePhrases": [
"Alexa open Sample Alexa Skill",
"Alexa tell Sample Alexa Skill say the number 1",
"Alexa tell Sample Alexa Skill say the number 3"
],
"name": "sample-alexa-skill",
"description": "Sample Alexa Skill's Full Description"
},
"ja-JP": {
"summary": "Sample Alexa Skill の説明",
"examplePhrases": [
"アレクサ、Sample Alexa Skill を開いて",
"アレクサ、Sample Alexa Skill で数字の1を言って",
"アレクサ、Sample Alexa Skill で数字の3を言って"
],
"name": "sample-alexa-skill",
"description": "Sample Alexa Skill の詳細な説明"
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Alexa Skill's Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom"
}
}
},
"manifestVersion": "1.0"
}
}