rename for bypass cache

This commit is contained in:
ろむねこ 2024-07-16 15:41:43 +09:00
parent b7ec63399b
commit e636e79e85
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -33,7 +33,7 @@ const HelloWorldIntentHandler = {
const KidShiftAuthIntentHandler = {
canHandle(handlerInput: Alexa.HandlerInput) {
return Alexa.getRequestType(handlerInput.requestEnvelope) === 'IntentRequest'
&& Alexa.getIntentName(handlerInput.requestEnvelope) === 'KidShiftAuthIntent';
&& Alexa.getIntentName(handlerInput.requestEnvelope) === 'KidShiftLoginIntent';
},
async handle(handlerInput: Alexa.HandlerInput) {
const speakOutput = 'Hello World!2';