-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
60 lines (60 loc) · 1.61 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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Brightcove Player",
"examplePhrases": [
"Alexa open Brightcove player",
"Alexa ask Brightcove player to play a video",
"Alexa tell Brightcove player to play an audio"
],
"name": "brightcove-player",
"description": "Brightcove Player",
"smallIconUri": "https://bcove-alexa.s3.amazonaws.com/skill-template-default-sm.png",
"largeIconUri": "https://bcove-alexa.s3.amazonaws.com/skill-template-default-lg.png"
}
},
"isAvailableWorldwide": true,
"testingInstructions": "No special testing instructions.",
"category": "STREAMING_SERVICE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"sourceDir": "lambda/custom",
"uri": "brightcove-player"
},
"interfaces": [
{
"type": "VIDEO_APP"
},
{
"type": "AUDIO_PLAYER"
},
{
"type": "ALEXA_PRESENTATION_APL"
},
{
"type": "RENDER_TEMPLATE"
}
]
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {
"termsOfUseUrl": "http://example.com/terms",
"privacyPolicyUrl": "http://example.com/privacy"
}
},
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}