canHandle()

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


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