This commit is contained in:
ろむねこ 2024-07-16 14:19:16 +09:00
parent c582691e6c
commit 852e8a15a1
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -38,6 +38,7 @@ const KidShiftAuthIntentHandler = {
handle(handlerInput: Alexa.HandlerInput) {
return handlerInput.responseBuilder
.speak('DEBUG: your auth code is ' + Alexa.getSlotValue(handlerInput.requestEnvelope, 'loginCode'))
.reprompt('DEBUG: your auth code is ' + Alexa.getSlotValue(handlerInput.requestEnvelope, 'loginCode'))
.getResponse();
}
};