react simple chatbot
v0.5.0
警告
React Simple Chatbot 不再维护。我建议使用react-chatbotify 作为替代方案。
一个简单的聊天机器人组件,用于创建对话聊天
npm install react-simple-chatbot --save
网站上有几个例子。这是让您开始的第一个:
import ChatBot from 'react-simple-chatbot' ;
const steps = [
{
id : '0' ,
message : 'Welcome to react chatbot!' ,
trigger : '1' ,
} ,
{
id : '1' ,
message : 'Bye!' ,
end : true ,
} ,
] ;
ReactDOM . render (
< div >
< ChatBot steps = { steps } / >
< / div > ,
document . getElementById ( 'root' )
) ;
react-simple-chatbot
构建用react-simple-chatbot
构建了一些东西?提交 PR 并将其添加到此列表中!
请检查贡献指南
卢卡斯·巴塞蒂 |
另请参阅参与该项目的贡献者列表。
麻省理工学院·卢卡斯·巴塞蒂