skill-sample-node-device-address-api
skill-sample-node-device-address-api copied to clipboard
serviceclientfactory is NOT defined
downloaded your sample skill for device address, wont compile due to the error "serviceclientfactory is NOT defined"
it seems you missed the declaration in your code!
In exports.handler
in index.js, you need to add .withApiClient(new Alexa.DefaultApiClient()).
This line enables the creation of the serviceClientFactory in the way the creator does it.