Alexa 技能设置中槽值的最大数量

Maximum number of slot values in Alexa skill setup

在 Alexa 中创建技能时每个插槽最多可以添加多少个值?

由于担心将原始用户对话记录为输入的技能,AMAZON.LITERAL 似乎已被弃用。

如果无法记录用户的原始输入,我有大量可能的值可用作输入。

"A skill can have a total of 50,000 custom slot values, totaled [sic] across all custom slots used in the interaction model."

https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interaction-model-reference#h2_custom_syntax

此限制(以及无法即时更改它们的任何能力)肯定是出现的限制。另一方面,请记住单词列表只是 Alexa 应如何解释用户输入的指南,因此可能输入的总数实际上远大于 50K。

更多信息,您可能需要阅读这篇文章:

为什么自定义槽是真正的解决方案 https://developer.amazon.com/blogs/post/Tx3IHSFQSUF3RQP/Why-a-Custom-Slot-is-the-Literal-Solution