Class RobotEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.robot.RobotEntity
All Implemented Interfaces:
Serializable

@Entity public class RobotEntity extends BaseEntity
- agent:一对一人工客服,不支持机器人接待 - robot:机器人客服,不支持转人工 - workgroup:工作组,支持机器人接待,支持转人工
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • nickname

      private String nickname
    • avatar

      private String avatar
    • description

      private String description
    • llm

      private RobotLlm llm
    • serviceSettings

      private ServiceSettings serviceSettings
    • inviteSettings

      private InviteSettings inviteSettings
    • currentThreadCount

      private int currentThreadCount
    • defaultReply

      private String defaultReply
    • type

      private String type
    • published

      private boolean published
    • isKbEnabled

      private boolean isKbEnabled
    • kbUid

      private String kbUid
    • categoryUid

      private String categoryUid
  • Constructor Details

    • RobotEntity

      public RobotEntity()
  • Method Details

    • increaseThreadCount

      public void increaseThreadCount()
    • decreaseThreadCount

      public void decreaseThreadCount()
    • resetThreadCount

      public void resetThreadCount()