handle()

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


    handle(handlerInput) {
        const speakOutput = 'Goodbye!';
        return handlerInput.responseBuilder
            .speak(speakOutput)
            .getResponse();
    }