canHandle()

in LambdaFunction1/index.js [149:151]


  canHandle(handlerInput) {
    return handlerInput.requestEnvelope.request.type === 'SessionEndedRequest';
  },