Class WorkgroupRoutingStateResponse
java.lang.Object
com.bytedesk.service.workgroup_routing.WorkgroupRoutingStateResponse
工作组路由状态(用于前端可视化)。
- routingMode: 当前路由模式
- nextAgentUid/nextAgent: 预计算出的下一个将被分配的客服
- availableAgents: 当前可用客服列表(在线且可接待)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<UserProtobuf>private UserProtobufprivate Stringprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
workgroupUid
-
routingMode
-
nextAgentUid
-
nextAgent
-
availableAgents
-
-
Constructor Details
-
WorkgroupRoutingStateResponse
public WorkgroupRoutingStateResponse()
-