# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
认证帐号.
请求连接一个客服.
请求和客服断开连接.
请求获取用户聊天记录,应该返回 `message_history`.
发送图片.
发送文本消息.
对于本次会话进行评价.
身份认证.
请求断开连接.
请求获取用户聊天记录,应该返回 `message_history`, 需要指定 payload.
请求获取客服的会话记录,应该返回 `session_history`.
客服发出图片.
客服发出文本消息.
客服发送评分的操作.
客服已准备就绪,可以开始接收客人.
客服进入未就绪状态,意味着客服暂停接客.
初始化,告诉用户当前的链接 ID.
正在排队,请等待.
连接成功,现在可以开始对话.
客服与用户断开连接.
用户收到一个错误.
当前连接出于空闲状态.
用户的聊天记录.
用户收到的图片.
message_image 的回执.
用户收到文本消息.
message_text 的回执.
尚未连接.
对于本次会话的评分.
用户评分之后的回执.
身份认证.
有新连接断开.
有新连接断开.
被踢下线.
用户的聊天记录.
客服收到的图片.
message_image 成功的回执.
客服收到文本消息.
message_text 成功的回执.
有新连接.
客服发起评分之后的回执.
用户评分之后的回执.
客服的会话记录.
客服进入未就绪状态.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
来回传输的消息体.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author