英語もダメ

This commit is contained in:
Akira
2026-03-03 11:09:42 +09:00
parent 9cbacec4c0
commit b2a4012ab5

View File

@@ -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
},
},
};