私はAlexaの話す速度とピッチを次のように調整しようとしていました:
outputSpeech: {
type: "SSML",
ssml: "<speak><prosody pitch="+50%">higher pitch</prosody></speak>"
},
実行結果は成功したのですが、気がつい"ssml": "<speak><prosody pitch=NaN"
たらシミュレーターテストに行ったらAlexaが反応していましたThere was a problem with the requested skill's response
だから私はいくつかのことを試しました:
ssml: "<speak><prosody rate="150%">faster pace</prosody></speak>"
実行結果が失敗する: "SyntaxError: Unexpected number",