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