1. 首页
  2. 数据库
  3. 其它
  4. react simple chatbot:创建对话聊天的简便方法 源码

react simple chatbot:创建对话聊天的简便方法 源码

上传者: 2021-02-26 17:38:03上传 ZIP文件 200KB 热度 9次
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!' ,
用户评论