react simple chatbot:创建对话聊天的简便方法 源码
React简单聊天机器人 一个用于创建对话聊天的简单聊天机器人组件 入门指南 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!' ,
文件列表
react-simple-chatbot-master.zip
(预估有个83文件)
react-simple-chatbot-master
.eslintrc
511B
.gitattributes
18B
.github
ISSUE_TEMPLATE
bug_report.md
799B
workflows
nodejs.yml
478B
contributing.md
2KB
ISSUE_TEMPLATE.md
799B
暂无评论