Package com.mypurecloud.sdk.v2.model
Class RoutingConversationAttributesResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutingConversationAttributesResponse
- All Implemented Interfaces:
Serializable
RoutingConversationAttributesResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLabel()inthashCode()label(UtilizationLabel label) Current label on in-queue conversationCurrent language on in-queue conversationCurrent priority value on in-queue conversation.scoredAgents(List<ScoredAgent> scoredAgents) Current scored agents on in-queue conversationvoidsetLabel(UtilizationLabel label) voidsetLanguage(Language language) voidsetPriority(Integer priority) voidsetScoredAgents(List<ScoredAgent> scoredAgents) voidsetSkillExpression(String skillExpression) voidsetSkillExpressionId(String skillExpressionId) voidsetSkills(List<RoutingSkill> skills) skillExpression(String skillExpression) Current skill expression on in-queue conversationskillExpressionId(String skillExpressionId) Current skill expression ID on in-queue conversationskills(List<RoutingSkill> skills) Current routing skills on in-queue conversationtoString()
-
Constructor Details
-
RoutingConversationAttributesResponse
public RoutingConversationAttributesResponse() -
RoutingConversationAttributesResponse
-
-
Method Details
-
priority
Current priority value on in-queue conversation. Range:[-25000000, 25000000] -
getPriority
-
setPriority
-
skills
Current routing skills on in-queue conversation -
getSkills
-
setSkills
-
language
Current language on in-queue conversation -
getLanguage
-
setLanguage
-
label
Current label on in-queue conversation -
getLabel
-
setLabel
-
scoredAgents
Current scored agents on in-queue conversation -
getScoredAgents
-
setScoredAgents
-
skillExpression
Current skill expression on in-queue conversation -
getSkillExpression
-
setSkillExpression
-
skillExpressionId
Current skill expression ID on in-queue conversation -
getSkillExpressionId
-
setSkillExpressionId
-
equals
-
hashCode
public int hashCode() -
toString
-