Package com.bytedesk.ai.robot
Class RobotEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.robot.RobotEntity
- All Implemented Interfaces:
Serializable
- agent:一对一人工客服,不支持机器人接待
- robot:机器人客服,不支持转人工
- workgroup:工作组,支持机器人接待,支持转人工
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
nickname
-
avatar
-
description
-
llm
-
serviceSettings
-
inviteSettings
-
currentThreadCount
private int currentThreadCount -
defaultReply
-
type
-
published
private boolean published -
isKbEnabled
private boolean isKbEnabled -
kbUid
-
categoryUid
-
-
Constructor Details
-
RobotEntity
public RobotEntity()
-
-
Method Details
-
increaseThreadCount
public void increaseThreadCount() -
decreaseThreadCount
public void decreaseThreadCount() -
resetThreadCount
public void resetThreadCount()
-