-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskill.json
85 lines (85 loc) · 2.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
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
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "provides personal information of customer",
"examplePhrases": [
"Alexa open personal information"
],
"keywords": [
"information",
"info"
],
"name": "personal information",
"description": "It helps user or customer to show his/her personal information by asking alexa to show personal information",
"smallIconUri": "file://assets/images/en-US_smallIconUri.png",
"largeIconUri": "file://assets/images/en-US_largeIconUri.png"
}
},
"automaticDistribution": {
"sourceLocaleForLanguages": [
{
"sourceLocale": "en-US",
"language": "en"
}
],
"isActive": true
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "BUSINESS_AND_FINANCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:368562487290:function:e8e0b5a0-2d1b-4056-87ba-6886bae3ec94:Release_0"
},
"interfaces": [],
"regions": {
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:368562487290:function:e8e0b5a0-2d1b-4056-87ba-6886bae3ec94:Release_0"
}
},
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:368562487290:function:e8e0b5a0-2d1b-4056-87ba-6886bae3ec94:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:368562487290:function:e8e0b5a0-2d1b-4056-87ba-6886bae3ec94:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"permissions": [
{
"name": "alexa::profile:name:read"
},
{
"name": "alexa::profile:email:read"
},
{
"name": "alexa::profile:mobile_number:read"
}
],
"privacyAndCompliance": {
"allowsPurchases": false,
"locales": {
"en-US": {
"termsOfUseUrl": "https://oxnkeen.com/privacy-policy-alexa-skills/",
"privacyPolicyUrl": "https://oxnkeen.com/privacy-policy-alexa-skills/"
}
},
"containsAds": false,
"isExportCompliant": true,
"isChildDirected": false,
"usesPersonalInfo": true
}
}
}