public interface ICenterCommService
Modifier and Type | Method and Description |
---|---|
void |
forceCutChat(Chat chat)
强行 切断 客户中心的 一个会话
|
List<Chat> |
getAllChating()
获取 客服中心,所有正在chat的chat
|
List<Chat> |
getAllRequestChat()
获取 客服中心 所有 未被连接的用户会话
|
List<ChatMessage> |
getChatAllMsg(Chat chat)
获取该 system中的 某chat的所有聊天记录
|
boolean |
isHaveNewRequest()
客服中心 是否还有 未连接的用户会话
|
boolean isHaveNewRequest()
void forceCutChat(Chat chat) throws Exception
chat
- 带切断的会话Exception
List<ChatMessage> getChatAllMsg(Chat chat) throws Exception
chat
- Exception
Copyright © 2019. All rights reserved.