canHandle()

in lambda/src/index.ts [204:207]


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