-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
executable file
·66 lines (66 loc) · 1.86 KB
/
skill.json
File metadata and controls
executable file
·66 lines (66 loc) · 1.86 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
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
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:651792388674:function:3c15907b-4610-4b12-93ce-bb95451b7740:Release_0"
},
"interfaces": [],
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:651792388674:function:3c15907b-4610-4b12-93ce-bb95451b7740:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:651792388674:function:3c15907b-4610-4b12-93ce-bb95451b7740:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:651792388674:function:3c15907b-4610-4b12-93ce-bb95451b7740:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"privacyAndCompliance": {
"allowsPurchases": false,
"containsAds": false,
"isChildDirected": false,
"isExportCompliant": true,
"locales": {
"en-US": {}
},
"shoppingKit": {
"isAmazonAssociatesOnAlexaEnabled": false,
"isShoppingActionsEnabled": false
},
"usesPersonalInfo": false
},
"publishingInformation": {
"automaticDistribution": {
"isActive": false
},
"category": "ORGANIZERS_AND_ASSISTANTS",
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"en-US": {
"description": "Uses chatgpt to get answers",
"examplePhrases": [
"Alexa open ai assistant",
"Alexa ask ai assistant a question",
"Ask chatgpt a question"
],
"keywords": [],
"name": "ask chatgpt",
"summary": "Uses chatgpt to get answers"
}
},
"testingInstructions": "Sample Testing Instructions."
}
}
}