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.
jackning 3cb187f4a1
update to 0.1.1
4 years ago
..
android update 4 years ago
ios update to 0.1.1 4 years ago
lib update to 0.1.1 4 years ago
test update 4 years ago
.gitignore update 4 years ago
.metadata update 4 years ago
README.md update to 0.1.1 4 years ago
chat.jpeg update 4 years ago
chat_type.jpeg update 4 years ago
home.jpeg update 4 years ago
pubspec.yaml update to 0.1.1 4 years ago
status.jpeg update to 0.1.1 4 years ago
userinfo.jpeg update to 0.1.1 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

功能

  • 技能组客服
  • 一对一客服
  • 支持发送电商商品信息
  • 支持发送附言消息
  • 获取当前客服在线状态
  • 获取历史会话
  • 消息提示设置
  • 机器人对话
  • 消息送达/已读
  • 消息撤回
  • 输入状态(对方正在输入)

集成步骤

第一步

  • pubspec.yaml添加bytedesk_kefu: ^0.1.0
  • 注册账号
  • 获取appkey登录后台->客服管理->渠道管理->添加应用->appkey
  • 获取subDomain也即企业号登录后台->客服管理->客服账号->企业号
  • 获取技能组workGroupWid

第二步:匿名登录

  • BytedeskKefu.anonymousLogin(_androidKey, _iOSKey, _subDomain);

第三步:联系客服

  • BytedeskKefu.startWorkGroupChat(context, workGroupWid, "技能组客服");

集成完毕

其他

  • 技术支持QQ 3群: 825257535