in lambda/src/index.ts [15:21]
handle(handlerInput) {
const speakOutput = 'ガルーン予定管理Alexaスキル。通称Garoxaへようこそ。予定を教えてください';
return handlerInput.responseBuilder
.speak(speakOutput)
.reprompt(speakOutput)
.getResponse();
}