【发布时间】:2021-12-17 11:22:42
【问题描述】:
我有意图 CreateNewDogIntent。
以下是我要实现的对话流程。
U: Alexa, tell Dog Creator to create a new medium dog named Barky.
U: Alexa, tell Dog Creator to create a new large dog named Barky.
或
U: Alexa, tell Dog Creator to create a new dog.
A: What would you like your dog to be named?
U: Barky
我希望名称是任何可能的值。 这可以使用 Alexa 自定义技能包来实现吗? 据我了解,我需要为名称值创建一个槽类型,但没有选项可以创建“全部捕获”类型,SearchQuery 除外,它只能在没有任何其他槽类型的情况下使用。
【问题讨论】:
标签: alexa alexa-skills-kit alexa-skill