英語もダメ
This commit is contained in:
@@ -134,13 +134,13 @@ var sequenceObj = {
|
|||||||
'@type': 'com.amazon.alexa.behaviors.model.Sequence',
|
'@type': 'com.amazon.alexa.behaviors.model.Sequence',
|
||||||
startNode: {
|
startNode: {
|
||||||
'@type': 'com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode',
|
'@type': 'com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode',
|
||||||
type: 'Alexa.SpeakSsml',
|
type: 'Alexa.Speak',
|
||||||
operationPayload: {
|
operationPayload: {
|
||||||
deviceType: target.deviceType,
|
deviceType: target.deviceType,
|
||||||
deviceSerialNumber: target.serialNumber,
|
deviceSerialNumber: target.serialNumber,
|
||||||
customerId: customerId,
|
customerId: customerId,
|
||||||
locale: 'ja-JP',
|
locale: 'ja-JP',
|
||||||
ssml: ssml
|
textToSpeak: text
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user