简体   繁体   English

记录 IBM Watson Chatbot 的用户响应

[英]Logging user responses for IBM Watson Chatbot

I am trying to implement IBM Watson chatbot into a mobile application, and would need logging of user responses to the chatbot.我正在尝试将 IBM Watson 聊天机器人实施到移动应用程序中,并且需要记录用户对聊天机器人的响应。 So far, I don't know of any docs or guides to log user responses to the chatbot or the chatbot's responses.到目前为止,我不知道有任何文档或指南来记录用户对聊天机器人的响应或聊天机器人的响应。

How would I log the user's messages to the bot?我如何将用户的消息记录到机器人? Thanks in advance.提前致谢。

I would suggest that you start investigating the docs about the Watson Assistant API .我建议您开始研究有关 Watson Assistant API 的文档 They are part of the Watson Assistant documentation and describe how to integrate a bot (assistant + skill(s)) into an app.它们是 Watson Assistant 文档的一部分,描述了如何将机器人(助手 + 技能)集成到应用程序中。

Watson Assistant provides several ready integrations to link an assistant to platforms like Facebook Messenger, Slack, Zenhub and others. Watson Assistant 提供了多种现成的集成,可将助手链接到 Facebook Messenger、Slack、Zenhub 等平台。 But for a custom application you would need to use the API.但对于自定义应用程序,您需要使用 API。 The Watson Developer Cloud org on GitHub hosts SDKs for many common programming languages, including code samples. GitHub 上的 Watson Developer Cloud 组织托管了许多常见编程语言的 SDK,包括代码示例。

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

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