简体   繁体   English

如何为我的电子商务网站制作聊天机器人?

[英]How do I make chatbot for my e-commerce site?

I want to do chatbot for e-commerce site.I couldn't find much resources to guide me.Can you help with how to create chatbot using rasa?我想做电子商务网站的聊天机器人。我找不到太多的资源来指导我。你能帮忙看看如何使用 rasa 创建聊天机器人吗? or is there another method you suggest?还是您建议的另一种方法?

As your question is required research to know what steps and tools you need.由于您的问题需要研究以了解您需要哪些步骤和工具。

so, please read this article and ask question when you stuck some where.所以,请阅读这篇文章并在你卡在某个地方时提出问题。

https://medium.com/@itsromiljain/build-a-conversational-chatbot-with-rasa-stack-and-python-rasa-nlu-b79dfbe59491 https://medium.com/@itsromiljain/build-a-conversational-chatbot-with-rasa-stack-and-python-rasa-nlu-b79dfbe59491

if you have sensitive data in your chat messages, you should go with rasa, since rasa will run on your own servers.如果您的聊天消息中有敏感数据,您应该使用 rasa go,因为 rasa 将在您自己的服务器上运行。 but, if your data is not that important, you can use Dalogflow (a google product), which you do not need any programming knowledge.但是,如果您的数据不是那么重要,您可以使用 Dalogflow(一个 google 产品),您不需要任何编程知识。 the best place to learn rasa is their official documentation .学习 rasa 最好的地方是他们的官方文档

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

相关问题 如何使我的Chatbot消息在对话流中有几秒钟的延迟响应? - How do i make my Chatbot Message have some seconds of delay response in dialog flow? 如何让我的聊天机器人只在下午 6 点到早上 8 点回答 - IBM Watson - How do I make my Chatbot to ONLY answer from 6pm to 8am - IBM Watson 如何在Google智能助理上部署我的聊天机器人模型? - How do I deploy my chatbot model on google assistant? 如何将 AWS Lex 聊天机器人集成到我的网站? - How do I integrate AWS Lex chatbot to my website? 如何为我的 Oscova 聊天机器人设置“故障安全”响应? - How do I set a "failsafe" response for my Oscova chatbot? 如何让我的Facebook聊天机器人可供下载 - how to make my Facebook chatbot available for download 如何让我的深度学习聊天机器人使用正确的数据集路径? - How can I make my deeplearning chatbot use the correct path to my dataset? 如何将我的 ChatBot 转换为 .js 文件以嵌入我的网站 - How do I convert my ChatBot into a .js file to embed on my website 为了找出我正在用句子写的情绪,我该如何使我的聊天机器人成为现实? - To find out which emotion I'm writing in sentence, How can I make my chatbot? 一旦我从聊天机器人“交出”,如何从 Facebook 收件箱实施“交回” - How do I implement a "hand back" from Facebook Inbox once I "hand off" from my chatbot
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM