dialogflow-es - 如何将后续意图上传到另一个父意图

标签 dialogflow-es

我正在尝试将之前下载的后续意图(在 .json 中)上传到另一个父意图,但在 Dialogflow 页面中没有成功。在附加的图像中可以看到错误 enter image description here

我已经更改了“parentId”和“rootParentId”以匹配新的父意图,但没有运气......

最佳答案

这是支持团队的回答,希望对其他人有所帮助:

Currently, Dialogflow doesn't provide a default feature or shortcut in the developer console to put the follow-up intent to a parent intent by uploading JSON files. But you can always achieve this by exporting your agent as a zip file and manually add the "parentId" ("id" of parent intent), "rootParentId" ("id" of root parent intent) fields in the JSON file of the follow-up intent and restore your agent in the developer console with the modified agent zip file.

关于dialogflow-es - 如何将后续意图上传到另一个父意图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51739688/

相关文章:

node.js - 如何使用履行代码在 Dialogflow 中设置 agent.parameters?

c# - c# 中的 dialogflow 简单实现 webhook 不起作用

dialogflow-es - DialogFlow - 从 webhook 设置 allRequiredParamsPresent?

rest - Dialogflow 未检测上下文意图

node.js - 代码正确运行并在控制台上打印成功消息,但不在应用程序中打印

python-3.x - Google Actions 使用 Python 推送通知?

dialogflow-es - 处理 api.ai 范围的最佳方法?

python - dialogflow - 如何获取 session ID?

java - Android Studio 3.0 未解决引用 : SupportedLanguages for AIConfiguration class in Dialogflow(api. ai)

javascript - 如何将我本地的 webhook 连接到 dialogflow?