简体   繁体   English

我可以使用Watson Assistant开发其他格式(例如XML)的聊天机器人吗?

[英]Can I develop a chatbot with Watson Assistant in other formats (such as XML)?

Is there a possibility to develop a chatbot with Watson Assistant in other formats than the native JSON (or with UI)? 是否可以使用Watson Assistant以本机JSON(或UI)以外的其他格式开发聊天机器人? For example XML format or plaintext that would be then converted into the native WA JSON. 例如XML格式或纯文本,然后将其转换为本地WA JSON。

Yes, there is an open source project called Watson Assistant Workbench (WAW) that allows developer to use a few additional formats that can be used to develop a chatbot in Watson Assistant . 是的,有一个名为Watson Assistant Workbench (WAW)开源项目,允许开发人员使用一些其他格式,这些格式可用于在Watson Assistant开发聊天机器人。 Among these XML format is supported as well as CSV format (for intents and entities) and Microsoft XLS format (for simple question-answer dialog flows). 在这些格式中,支持XML格式,以及CSV格式(用于意图和实体)和Microsoft XLS格式(用于简单的问答对话框流程)。

The project can be downloaded here: https://github.com/IBM/watson-assistant-workbench . 该项目可以在这里下载: https : //github.com/IBM/watson-assistant-workbench One of the big advantages of this is that as all the files of the chatbot are text files, this can be then held into the github so the developer can use github versioning to track the changes. 这样做的一大优点是,由于聊天机器人的所有文件都是文本文件,因此可以将其保存在github中,以便开发人员可以使用github版本控制来跟踪更改。

The workflow is that the user defines his/her chatbot using WAW and then converts the definition into WA JSON format that can be than imported (either manually or even automatically) into WA. 工作流程是用户使用WAW定义自己的聊天机器人,然后将定义转换为WA JSON格式,然后可以将其(手动或什至自动)导入WA。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM