canHandle()

in lambda/src/index.ts [318:320]


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