如何使用AMAZON.StartOverIntent utterance设置插槽?例如:我想用Alexa, ask <my skill> the definition of <custom value>中的自定义槽值开始技能DefIntent {Term}
AMAZON.StartOverIntent the definition of
是否有像Amazon自定义技能这样的开源库,在这些库中,您为其提供了要匹配的意图模式和示例语句,并且它将为定义中匹配的实体提供解析的令牌化响应。AnswerIntent the answer is {Answer} AnswerIntentis it {Answer}
AnswerIntent {Answer} is my answer Ans
我正在写一个自定义的Alexa技能,其中的示例发音是"{TeluguWord} in English“和"{EnglishWord} in Telugu”。为此,我创建了两个插槽EnglishWord和TeluguWord。我可以看到在话语中使用了板条箱。然而,我在构建模型时遇到了错误。
“生成交互模型时出错。示例发言引用了未在意图中定义的槽。”