in LambdaFunction1/index.js [123:130]
handle(handlerInput) { const speechText = 'You can stop the host!'; return handlerInput.responseBuilder .speak(speechText) .reprompt(speechText) .getResponse(); },