作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用基于带有 NodeJS 服务器和 HTML 客户端实现的示例应用程序的 Watson Conversation Service。我有一个与 NodeJS 通信的单独事件触发器应用程序。给定一个特定的事件触发器,我想在 HTML 客户端中显示 Watson 的输出文本。由于它不会有任何 HTML 请求,我想知道如何显示或制作 conversation.message api。
最佳答案
如果我误解了你的要求,请原谅我。但大多数基于 Nodejs 和 Watson 对话服务的 IBM 演示演示了如何获取 output.text json 元素,并将其包装在 html 中并传回客户端,或者展示客户端如何将数据包包装在 html 中。我建议使用其中一个演示作为示例。
https://github.com/IBM/watson-online-store/?cm_sp=Developer--https://developer.ibm.com/code/journey/create-cognitive-retail-chatbot/--Get-the-Code
这会很有帮助。
https://www.ibm.com/blogs/watson/2016/10/app-developers-guide-creating-first-watson-bot/
关于html - Watson Conversation Service + 将对话推送到 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45576298/
我是一名优秀的程序员,十分优秀!