June 2018
Beginner to intermediate
250 pages
4h 41m
English
We will be editing the code inline, in the index.js file on the developer portal itself:
We'll start by segregating each of the requests that our skill receives. For this, declare the following handler:
exports.handler = function (event, context) { try { if (event.request.type === "LaunchRequest") {