错误:插槽“颜色”的未知插槽类型“LIST_OF_COLORS”

时间:2017-09-30 11:42:01

标签: aws-lambda alexa alexa-skills-kit

您好,按照教程:https://developer.amazon.com/de/alexa-skills-kit/alexa-skill-quick-start-tutorial 建立Alexa Skills我遇到以下异常:

Error: There was a problem with your request: Unknown slot type 'LIST_OF_COLORS' for slot 'Color'

enter image description here

错误消息未说明它是否无法解析提供的LIST_OF_COLORS定义是否出现其他错误。 这是亚马逊Alaxa错误还是我错过了什么?

2 个答案:

答案 0 :(得分:1)

我收到此错误是因为我实际上并未创建自定义类型 - 我需要同时点击AddAdd Slot Type按钮。

第1步: 创建您的类型和值。 Button to create type and values

第2步: 提交更改。 Button to commit your changes

答案 1 :(得分:0)

找到解决方案: 自定义插槽类型中的“添加”按钮在我第一次点击它时不起作用,我再次尝试了,列表变为:

enter image description here

从那时起,它已按照描述的方式工作