Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一项技能,其意图包含一个自定义插槽。
我已经定义了自定义插槽并添加了各种示例。
其中一个示例是 Alexa 未正确发音的分支名称。
有没有办法定义自定义插槽示例的发音?
例如,我们可以改变背包的发音(如果它是一个品牌名称)?
您所能做的就是更改单词的拼写以更好地匹配您想要匹配的发音。
为了更清楚地说明 Tom 所说的内容,您所能做的就是提供额外的拼写,以帮助 Alexa 了解 Alexa在插槽中听到的内容,如您的示例所示。
不过,为了帮助 Alexa说什么,您可以使用 SSML,例如“say-as”标签。