in alexa/lambda/lib/functions/aws-sap-alexa-scp-solo/index.js [97:100]
canHandle(handlerInput) {
return Alexa.getRequestType(handlerInput.requestEnvelope) === 'IntentRequest'
&& Alexa.getIntentName(handlerInput.requestEnvelope) === 'CreateContact'
},