This commit is contained in:
ろむねこ 2024-07-16 10:31:34 +09:00
parent dbc34158f0
commit 7bc39b5904
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -44,7 +44,7 @@ const HelloWorldIntentHandler = {
const KidShiftAuthIntentHandler = {
canHandle(handlerInput: Alexa.HandlerInput) {
return Alexa.getRequestType(handlerInput.requestEnvelope) === 'KidShiftAuthIntentHandler';
return Alexa.getRequestType(handlerInput.requestEnvelope) === 'KidShiftAuthIntent';
},
handle(handlerInput: Alexa.HandlerInput) {
// TODO: impl