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
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private String
private boolean
private String
private IntentionSettingsEntity
private InviteSettingsEntity
private boolean
private String
private RobotLlm
private String
private String
private RatedownSettingsEntity
private static final long
private ServiceSettings
private boolean
private String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
nickname
-
avatar
-
description
-
llm
-
serviceSettings
-
defaultReply
-
type
-
stream
private boolean stream -
kbEnabled
private boolean kbEnabled -
kbUid
-
flowEnabled
private boolean flowEnabled -
flowUid
-
categoryUid
-
inviteSettings
-
rateDownSettings
-
intentionSetting
-
-
Constructor Details
-
RobotEntity
public RobotEntity()
-
-
Method Details
-
toUserProtobuf
-