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 並將其添加到此列表中!
請檢查貢獻指南
盧卡斯·巴塞蒂 |
另請參閱參與專案的貢獻者清單。
麻省理工學院·盧卡斯·巴塞蒂