canHandle()

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


    canHandle(handlerInput) {
        return Alexa.getRequestType(handlerInput.requestEnvelope) === 'IntentRequest'
            && Alexa.getIntentName(handlerInput.requestEnvelope) === 'AMAZON.HelpIntent';
    },