Customer-System

所属分类:机器人/智能制造
开发工具:JavaScript
文件大小:571KB
下载次数:0
上传日期:2018-06-27 07:54:17
上 传 者sh-1993
说明:  Customer-System,客服服务系统demo;自动回复机器人;图灵机器人
(Customer System, customer service system demo; Automatic reply robot; Turing robot)

文件列表:
css (0, 2018-06-27)
css\index.css (3054, 2018-06-27)
img (0, 2018-06-27)
img\z-code.png (106403, 2018-06-27)
index.html (3415, 2018-06-27)
js (0, 2018-06-27)
js\index.js (6310, 2018-06-27)
lib (0, 2018-06-27)
lib\bootstrap-3.3.7 (0, 2018-06-27)
lib\bootstrap-3.3.7\css (0, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap-theme.css (26132, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap-theme.css.map (47706, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap-theme.min.css (23409, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap-theme.min.css.map (25648, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap.css (146010, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap.css.map (389287, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap.min.css (121200, 2018-06-27)
lib\bootstrap-3.3.7\css\bootstrap.min.css.map (542194, 2018-06-27)
lib\bootstrap-3.3.7\fonts (0, 2018-06-27)
lib\bootstrap-3.3.7\fonts\glyphicons-halflings-regular.eot (20127, 2018-06-27)
lib\bootstrap-3.3.7\fonts\glyphicons-halflings-regular.svg (108738, 2018-06-27)
lib\bootstrap-3.3.7\fonts\glyphicons-halflings-regular.ttf (45404, 2018-06-27)
lib\bootstrap-3.3.7\fonts\glyphicons-halflings-regular.woff (23424, 2018-06-27)
lib\bootstrap-3.3.7\fonts\glyphicons-halflings-regular.woff2 (18028, 2018-06-27)
lib\bootstrap-3.3.7\js (0, 2018-06-27)
lib\bootstrap-3.3.7\js\bootstrap.js (69707, 2018-06-27)
lib\bootstrap-3.3.7\js\bootstrap.min.js (37045, 2018-06-27)
lib\bootstrap-3.3.7\js\npm.js (484, 2018-06-27)
lib\dateFormat.js (1120, 2018-06-27)
lib\jquery-3.3.1 (0, 2018-06-27)
lib\jquery-3.3.1\jquery-3.3.1.js (271751, 2018-06-27)
lib\jquery-3.3.1\jquery-3.3.1.min.js (86927, 2018-06-27)

# 客服系统 # ### 系统简介 ### 本系统为模拟客服系统,多用于营业平台中,与客户交流,解答客户问题。 ### 功能说明 ### - 头部:最小化按钮,放大缩小窗口按钮,关闭按钮 - 中部:消息展示区,图灵机器人自动回复消息,显示消息发送时间 - 中下部:消息输入框,上下键可快捷选择发送消息记录 - 底部:发送按钮,点击按钮或Ctrl+Enter发送 ### 版权说明 ### 该系统技术和版本权由Marco所有 ### 其他说明 ### 获取图灵机器人回答消息接口代码不在此项目中,在此附上: > app.post("/getanwser",(req,res) => { let mes = req.body.mes; var params={ "reqType":0, "perception": { "inputText": { "text": mes }, }, "userInfo": { "apiKey": "e688a0eadc3c41f7a733ccc73a38e182", "userId": "123456" } }; request({ url:"http://openapi.tuling123.com/openapi/api/v2", method:"POST", json:true, headers:{ "content-type":"application/json; charset=UTF-8", }, body:params },function(err,response,body){ if (!err && response.statusCode == 200) { res.send(body); } }) })

近期下载者

相关文件


收藏者