create-custom-skill
Version:
An Alexa custom skill for the Amazon Echo.
42 lines (41 loc) • 1.51 kB
JSON
{
"manifest": {
"publishingInformation": {
"locales": {
"en-US": {
"summary": "Spend some time coming up with an interesting, succinct description.",
"examplePhrases": [
"Alexa open Minecraft Helper",
"Alexa ask Minecraft Helper what's the recipe for a chest",
"Alexa ask Minecraft Helper how do I get a map"
],
"keywords": ["Minecraft", "game"],
"name": "Web Requestor",
"description": "Sample Full Description"
},
"de-DE": { "name": "Web Requestor" },
"en-GB": { "name": "Web Requestor" }
},
"isAvailableWorldwide": true,
"testingInstructions": "Sample Testing Instructions.",
"category": "EDUCATION_AND_REFERENCE",
"distributionCountries": []
},
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:032174894474:function:ask-custom-custome_cert"
}
}
},
"manifestVersion": "1.0",
"permissions": [],
"privacyAndCompliance": {
"allowsPurchases": false,
"isExportCompliant": true,
"containsAds": false,
"isChildDirected": false,
"usesPersonalInfo": false
}
}
}