Class WorkgroupRoutingStateResponse

java.lang.Object
com.bytedesk.service.workgroup_routing.WorkgroupRoutingStateResponse

public class WorkgroupRoutingStateResponse extends Object
工作组路由状态(用于前端可视化)。 - routingMode: 当前路由模式 - nextAgentUid/nextAgent: 预计算出的下一个将被分配的客服 - availableAgents: 当前可用客服列表(在线且可接待)
  • Field Details

    • workgroupUid

      private String workgroupUid
    • routingMode

      private String routingMode
    • nextAgentUid

      private String nextAgentUid
    • nextAgent

      private UserProtobuf nextAgent
    • availableAgents

      private List<UserProtobuf> availableAgents
  • Constructor Details

    • WorkgroupRoutingStateResponse

      public WorkgroupRoutingStateResponse()