Package com.mypurecloud.sdk.v2.model
Class RoutingConversationAttributesRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutingConversationAttributesRequest
- All Implemented Interfaces:
Serializable
RoutingConversationAttributesRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Label requirement for the conversation.languageId(String languageId) Language requirement for the conversation.Priority for the conversation.requestScoredAgents(List<RequestScoredAgent> requestScoredAgents) voidsetLabelId(String labelId) voidsetLanguageId(String languageId) voidsetPriority(Integer priority) voidsetRequestScoredAgents(List<RequestScoredAgent> requestScoredAgents) voidsetSkillExpression(String skillExpression) voidsetSkillIds(List<String> skillIds) skillExpression(String skillExpression) Skill requirements in form of expression for the conversation.Skill requirements for the conversation.toString()
-
Constructor Details
-
RoutingConversationAttributesRequest
public RoutingConversationAttributesRequest() -
RoutingConversationAttributesRequest
-
-
Method Details
-
priority
Priority for the conversation. Each point of priority is equivalent to one minute of time in queue. Range:[-25000000, 25000000]. To reset, specify 0. minimum: -25000000 maximum: 25000000 -
getPriority
-
setPriority
-
skillIds
Skill requirements for the conversation. To remove all skill requirements, specify an empty list, i.e. []. -
getSkillIds
-
setSkillIds
-
skillExpression
Skill requirements in form of expression for the conversation. To remove the skill expression, specify an empty string, i.e., \"\". -
getSkillExpression
-
setSkillExpression
-
languageId
Language requirement for the conversation. To remove the language requirement, specify an empty string, i.e., \"\". -
getLanguageId
-
setLanguageId
-
labelId
Label requirement for the conversation. To remove the label requirement (setting it to System Default Label), specify an empty string, i.e., \"\". -
getLabelId
-
setLabelId
-
requestScoredAgents
public RoutingConversationAttributesRequest requestScoredAgents(List<RequestScoredAgent> requestScoredAgents) -
getRequestScoredAgents
-
setRequestScoredAgents
-
equals
-
hashCode
public int hashCode() -
toString
-