This commit is contained in:
ろむねこ 2024-07-16 12:09:58 +09:00
parent b9eaf7fb61
commit 0f9b15aca1
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

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