in alexa/lambda/lib/functions/aws-sap-alexa-scp-solo/index.js [241:247]
handle(handlerInput) {
const speakOutput = 'Goodbye!';
// Any cleanup logic goes here.
return handlerInput.responseBuilder
.speak(speakOutput)
.getResponse();
}