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 提交一项技能,但它未能通过认证过程。原因之一是,
您的技能中的两个或多个意图包含相同的示例话语。为确保将用户请求路由到正确的意图,请确保每个技能的意图都有自己独特的示例话语。
现在,我必须检查每一个意图并检查是否有重复的话语。但是我的技能中有近 20 个意图,有很多示例话语,我不可能手动检查每个话语。
有没有什么简单的方法可以删除 Alexa 中的重复样本话语?