From b2a4012ab5b4b2000aacca885e7656f10fa23fc0 Mon Sep 17 00:00:00 2001 From: Akira Date: Tue, 3 Mar 2026 11:09:42 +0900 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E3=82=82=E3=83=80=E3=83=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alexa-api/server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alexa-api/server.js b/alexa-api/server.js index 1fc9d3e..70c5cf5 100644 --- a/alexa-api/server.js +++ b/alexa-api/server.js @@ -134,13 +134,13 @@ var sequenceObj = { '@type': 'com.amazon.alexa.behaviors.model.Sequence', startNode: { '@type': 'com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode', - type: 'Alexa.SpeakSsml', + type: 'Alexa.Speak', operationPayload: { deviceType: target.deviceType, deviceSerialNumber: target.serialNumber, customerId: customerId, locale: 'ja-JP', - ssml: ssml + textToSpeak: text }, }, };