Class AgentEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.agent.AgentEntity
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • AgentEntity

      public AgentEntity()
  • Method Details

    • isAvailable

      public Boolean isAvailable()
    • isOffline

      public Boolean isOffline()
    • isBusy

      public Boolean isBusy()
    • isAway

      public Boolean isAway()
    • isConnectedAndAvailable

      public Boolean isConnectedAndAvailable()
    • toUserProtobuf

      public UserProtobuf toUserProtobuf()