flutter chat sdk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
章文轩 20013b5f5b
系统信息
2 years ago
.idea 增加用户发送商品信息按钮,自动发送关闭 2 years ago
bytedesk_demo 增加用户发送商品信息按钮,自动发送关闭 2 years ago
bytedesk_kefu 系统信息 2 years ago
.DS_Store update 2 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 2 years ago
chat.jpeg update 4 years ago
chat.png update to 0.2.6 4 years ago
chat_type.jpeg update 4 years ago
home.jpeg Update home.jpeg 2 years ago
luobosi_mp.png update 4 years ago
notice.jpeg update to 0.2.5 4 years ago
postscript.png update 4 years ago
robot.jpeg update 4 years ago
robot1.jpeg update 2 years ago
robot2.jpeg update 2 years ago
shop.png update 4 years ago
status.jpeg update 4 years ago
userinfo.jpeg update 4 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

萝卜丝客服SDK

萝卜丝(bytedesk) flutter 客服SDK

部分功能

  • SDK源码100%开源
  • 支持安卓、iOS、Web
  • 机器人对话
  • 技能组客服
  • 一对一客服
  • 支持发送电商商品信息
  • 支持发送附言消息
  • 对接APP用户信息(昵称/头像)
  • 获取当前客服在线状态
  • 获取历史会话
  • 消息提示音/振动设置
  • 消息送达/已读
  • 消息撤回
  • 输入状态(对方正在输入)
  • 发送/播放视频
  • 查询未读消息数
  • 支持绑定第三方账号及多账号切换

集成步骤

第一步

  • pubspec.yaml添加bytedesk_kefu: ^最近版本号
  • pub package | pub points | popularity | likes

  • 注册账号

  • 复制SDK中assets文件夹到自己项目中并配置pubspec.yaml文件

# 添加下面3
assets:
    - assets/audio/
    - assets/images/chat/
    - assets/images/feedback/

第二步:初始化

  • 获取appkey登录后台->客服管理->渠道管理->添加应用->appkey
  • 获取subDomain也即企业号登录后台->客服管理->客服账号->企业号
  • BytedeskKefu.init(appKey, subDomain);

第三步:联系客服

  • 获取技能组workGroupWid登录后台->客服管理->技能组->唯一wid
  • BytedeskKefu.startWorkGroupChat(context, workGroupWid, "技能组客服wid");

集成完毕

image1 image2 image3

自定义界面

  • 项目中创建文件夹: vendors
  • 将 bytedesk_kefu 文件夹放在 vendors 文件夹中
  • pubspect.yaml中填写引用本地源码
bytedesk_kefu:
    path: ./vendors/bytedesk_kefu

公众号

其他