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

时间:2024-02-26 11:03:42
【文件属性】:

文件名称:react-simple-chatbot:创建对话聊天的简便方法

文件大小:200KB

文件格式:ZIP

更新时间:2024-02-26 11:03:42

react chat chatbot conversational-ui ReactJavaScript

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
----.eslintrc(511B)
----.gitattributes(18B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----contributing.md(2KB)
----ISSUE_TEMPLATE.md(799B)
----webpack.config.prod.js(1KB)
----webpack.config.js(634B)
----babel.config.js(248B)
----lib()
--------common()
--------icons()
--------steps_components()
--------theme.js(260B)
--------ChatBot.jsx(23KB)
--------utils.js(162B)
--------components()
--------recognition.js(4KB)
--------schemas()
--------speechSynthesis.js(789B)
--------index.js(135B)
--------storage.js(3KB)
----.travis.yml(121B)
----example()
--------index.html(258B)
--------components()
--------main.jsx(162B)
----LICENSE(1KB)
----.prettierrc(46B)
----README.md(3KB)
----dist()
--------react-simple-chatbot.js.map(116KB)
--------react-simple-chatbot.js(49KB)
----.editorconfig(304B)
----tests()
--------lib()
--------helpers()
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(544B)
----coverage.lcov(0B)
----package-lock.json(436KB)
----package.json(3KB)

网友评论