Uses of Class
com.mypurecloud.sdk.v2.model.LabelUtilizationResponse
Packages that use LabelUtilizationResponse
-
Uses of LabelUtilizationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LabelUtilizationResponseModifier and TypeMethodDescriptionLabelUtilizationResponse.interruptingLabelIds(List<String> interruptingLabelIds) Defines other labels that can interrupt an interaction with this label.Name of the label this utilization relates to.LabelUtilizationResponse.maximumCapacity(Integer maximumCapacity) Defines the maximum number of interactions with this label that an agent can handle at one time.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type LabelUtilizationResponseModifier and TypeMethodDescriptionAgentMaxUtilizationResponse.getLabelUtilizations()UtilizationResponse.getLabelUtilizations()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type LabelUtilizationResponseModifier and TypeMethodDescriptionAgentMaxUtilizationResponse.labelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) Map of label ids to utilization settings.UtilizationResponse.labelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) Map of label ids to utilization settings.voidAgentMaxUtilizationResponse.setLabelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations) voidUtilizationResponse.setLabelUtilizations(Map<String, LabelUtilizationResponse> labelUtilizations)