remove reprompt

This commit is contained in:
ろむねこ 2024-07-16 14:33:07 +09:00
parent d1d7e7d3c9
commit ea02f964ff
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -38,7 +38,6 @@ 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();
}
};