canHandle()

in alexa/lambda/lib/functions/aws-sap-alexa-scp-solo/index.js [198:200]


    canHandle(handlerInput) {
        return Alexa.getRequestType(handlerInput.requestEnvelope) === 'LaunchRequest';
    },