Package com.bytedesk.core.thread
Class AbstractThreadEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.thread.AbstractThreadEntity
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ThreadEntity
,VisitorThreadEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
一对一客服对话中,存储客服信息 技能组客服对话中,存储技能组信息 机器人对话中,存储机器人信息 用户私聊、群聊、同事会话中,无需存储,使用owner字段信息private boolean
private String
private String
private String
private String
private boolean
private boolean
private String
private boolean
private String
private UserEntity
private boolean
private String
private int
private boolean
private static final long
private int
private String
private boolean
private boolean
private @NotBlank String
private String
private boolean
private int
private String
在客服会话中,存储访客信息 在同事会话中,存储同事信息 在用户私聊中,存储对方用户信息 机器人会话中,存储访客信息 群组会话中,存储群组信息 注意:h2 db 不能使用 user, 所以重定义为 thread_user -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
topic
-
-
type
-
intentionType
-
emotionType
-
qualityCheckResult
-
rated
private boolean rated -
summarized
private boolean summarized -
qualityChecked
private boolean qualityChecked -
state
-
queueNumber
private int queueNumber -
unreadCount
private int unreadCount -
star
private int star -
top
private boolean top -
unread
private boolean unread -
mute
private boolean mute -
hide
private boolean hide -
folded
private boolean folded -
autoClose
private boolean autoClose -
note
-
tagList
-
client
-
extra
-
user
在客服会话中,存储访客信息 在同事会话中,存储同事信息 在用户私聊中,存储对方用户信息 机器人会话中,存储访客信息 群组会话中,存储群组信息 注意:h2 db 不能使用 user, 所以重定义为 thread_user -
agent
一对一客服对话中,存储客服信息 技能组客服对话中,存储技能组信息 机器人对话中,存储机器人信息 用户私聊、群聊、同事会话中,无需存储,使用owner字段信息 -
invites
-
monitors
-
assistants
-
ticketors
-
owner
-
-
Constructor Details
-
AbstractThreadEntity
public AbstractThreadEntity()
-