Amazon Echo Alexa技能JSON响应中SSML
属性的最大长度或限制是多少?
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>This output speech uses SSML.</speak>"
}
最佳答案
从JSON interface reference:
响应格式
本节记录了服务返回的响应的格式。 Alexa技能的服务必须以JSON格式发送其响应。
请注意响应的以下大小限制:
这包括标题,内容,文本和图像URL。
(smallImageUrl或largeImageUrl)不能超过2000个字符。
您的回复总大小不能超过24 KB。
关于amazon-web-services - Alexa技能SSML最大长度,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36557053/