Uses of Class
com.mypurecloud.sdk.v2.model.RoutingData
Packages that use RoutingData
-
Uses of RoutingData in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutingDataModifier and TypeMethodDescriptionCreateCallbackCommand.getRoutingData()CreateCallbackOnConversationCommand.getRoutingData()An optional label that categorizes the conversation.RoutingData.languageId(String languageId) The identifier of a language to be considered in routingRoutingData.preferredAgentIds(List<String> preferredAgentIds) A list of agents to be preferred in routingThe priority for routingThe identifier of the routing queueRoutingData.routingFlags(List<String> routingFlags) An array of flags indicating how the conversation should be routed.RoutingData.scoredAgents(List<ScoredAgent> scoredAgents) A list of scored agents for routing decisions.RoutingData.skillExpression(String skillExpression) Optional skill expression for routing when skillIds are present.A list of skill identifiers to be considered in routingMethods in com.mypurecloud.sdk.v2.model with parameters of type RoutingDataModifier and TypeMethodDescriptionCreateCallbackCommand.routingData(RoutingData routingData) The routing data to be used for the callback.CreateCallbackOnConversationCommand.routingData(RoutingData routingData) The routing data to be used for the callback.voidCreateCallbackCommand.setRoutingData(RoutingData routingData) voidCreateCallbackOnConversationCommand.setRoutingData(RoutingData routingData)