How to upload follow-up intent to another parent intent

六眼飞鱼酱① 提交于 2019-12-08 02:37:54

问题


I'm trying to upload a previously downloaded follow-up intent (in .json) to another parent intent with no success in the Dialogflow page. Error can be seen in image attached

I've changed "parentId" and "rootParentId" to match the new parent intent without luck...


回答1:


Unfortunately, I don't believe there is a way for a user to move a follow-up intent to another parent intent. It's also not possible to transition a top-level intent into a follow-up intent.




回答2:


This is the answer from support team, hope it helps others:

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.



来源:https://stackoverflow.com/questions/51739688/how-to-upload-follow-up-intent-to-another-parent-intent

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!