withShouldEndSession(true)

This commit is contained in:
ろむねこ 2024-07-16 11:49:56 +09:00
parent f7a6f57b1b
commit ecef765812
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -76,6 +76,7 @@ const KidShiftAuthIntentHandler = {
return handlerInput.responseBuilder return handlerInput.responseBuilder
.speak(speakOutput) .speak(speakOutput)
.withShouldEndSession(true)
.getResponse(); .getResponse();
} }
}; };