-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskill.json
39 lines (39 loc) · 1.03 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"name": "EMMA AI",
"summary": "The official Alexa Skill for the EMMA A.I.",
"description": "The official Alexa Skill for the EMMA A.I.",
"examplePhrases": [
"Alexa, open emma ai"
],
"keywords": []
},
"de-DE": {
"name": "EMMA AI",
"summary": "Der Offizielle Alexa Skill für die EMMA A.I.",
"description": "Der Offizielle Alexa Skill für die EMMA A.I.",
"examplePhrases": [
"Alexa, öffne EMMA AI"
],
"keywords": []
}
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "KNOWLEDGE_AND_TRIVIA",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "EMMA-Alexa-Skill-URL"
}
}
},
"manifestVersion": "1.0"
}
}