Watson Dialog service to Conversation service

混江龙づ霸主 提交于 2019-12-13 16:25:27

问题


We created dialogs with Bluemix Dialog service and now we would like to import them into the new Bluemix Conversation service. The export-import failed. Do you know if an transfert process exists ?

Thank you


回答1:


Unfortunately the ability to migrate to Conversation from Dialog is not possible, as the two systems are very different.

Intents in Conversation are similar to NLC. So if you have an existing NLC service, you can export that and import as a CSV file.

Entities in Conversation are not at all related to the same in Dialog.

Conversation itself is stateless. All conversational state, context variables need to be maintained at the application layer. Where as Dialog would normally maintain that.

In Dialog What you would define as an INPUT + OUTPUT nodes are now a single node in Conversation.

GOTO is now Continue from. But a continue from will have different behaviours depending if you hook it to "wait for user input", "condition" or "message".

Fuzzy matching what you would normally do with Variations is now handled by coding in condition blocks, or at the application layer.



来源:https://stackoverflow.com/questions/39269202/watson-dialog-service-to-conversation-service

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