代码之家  ›  专栏  ›  技术社区  ›  Harikrishnan

AMAZON.HelpIntent是内置的intent,不能有插槽

  •  0
  • Harikrishnan  · 技术社区  · 6 年前

    HelpIntent

    ask api update-model --skill-id amzn1.ask.skill.abcd -f en-IN.json -l en-IN

        Call update-model error.
        Error code: 400
        {
          "message": "Interaction model is not valid.",
          "violations": [
            {
              "message": "InvalidIntentSlot: Intent \"AMAZON.HelpIntent\" 
                 is a built-in intent and cannot have slots."
            }
          ]
        }
    
    1 回复  |  直到 6 年前
        1
  •  0
  •   Community Jaime Torres    4 年前

    AMAZON.HelpIntent AMAZON.CancelIntent , AMAZON.NextIntent full list

    这些意图 对他们来说。但是,您可以通过提供额外的示例语句来扩展标准的内置意图。这对于使用特定于技能的话语来调用意图是有用的。

    如果仍要使用插槽,请创建自定义帮助意图,但不建议这样做。