Uses of Class
com.bytedesk.call.agent.CallAgentEntity
Packages that use CallAgentEntity
-
Uses of CallAgentEntity in com.bytedesk.call.agent
Methods in com.bytedesk.call.agent that return CallAgentEntityModifier and TypeMethodDescriptionCallAgentService.createAgent(CallAgentEntity agent) 创建坐席CallAgentService.updateAgent(CallAgentEntity agent) 更新坐席信息CallAgentService.updateAgentMode(String agentId, CallAgentEntity.AgentMode mode) 更新坐席模式CallAgentService.updateAgentSkills(String agentId, String skills) 更新坐席技能CallAgentService.updateAgentStatus(String agentId, CallAgentEntity.AgentStatus status) 更新坐席状态Methods in com.bytedesk.call.agent that return types with arguments of type CallAgentEntityModifier and TypeMethodDescriptionCallAgentRepository.findByAgentId(String agentId) 根据坐席ID查找坐席CallAgentRepository.findByMode(CallAgentEntity.AgentMode mode) 根据坐席模式查找坐席列表CallAgentRepository.findByStatus(CallAgentEntity.AgentStatus status) 根据坐席状态查找坐席列表CallAgentRepository.findByStatusAndMode(CallAgentEntity.AgentStatus status, CallAgentEntity.AgentMode mode) 查找所有就绪状态的坐席获取坐席信息CallAgentService.getAllAgents()获取所有坐席CallAgentService.getReadyAgents()获取所有就绪状态的坐席Methods in com.bytedesk.call.agent with parameters of type CallAgentEntityModifier and TypeMethodDescriptionCallAgentService.createAgent(CallAgentEntity agent) 创建坐席CallAgentService.updateAgent(CallAgentEntity agent) 更新坐席信息 -
Uses of CallAgentEntity in com.bytedesk.call.routing
Methods in com.bytedesk.call.routing that return types with arguments of type CallAgentEntityModifier and TypeMethodDescriptionCallRoutingService.findAgentForCall(CallCallEntity call) 为呼叫寻找合适的坐席Methods in com.bytedesk.call.routing with parameters of type CallAgentEntityModifier and TypeMethodDescriptionprivate booleanCallRoutingService.hasRequiredSkills(CallCallEntity call, CallAgentEntity agent) 检查坐席是否具备呼叫所需的技能