Package com.mypurecloud.sdk.v2.model
Class WebChatRoutingTarget
java.lang.Object
com.mypurecloud.sdk.v2.model.WebChatRoutingTarget
- All Implemented Interfaces:
Serializable
WebChatRoutingTarget
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe target type of the routing target, such as 'QUEUE'. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()The language name to use for routing.The priority to assign to the conversation for routing.voidsetLanguage(String language) voidsetPriority(Long priority) voidvoidsetTargetAddress(String targetAddress) voidsetTargetType(WebChatRoutingTarget.TargetTypeEnum targetType) The list of skill names to use for routing.targetAddress(String targetAddress) The target of the route, in the format appropriate given the 'targetType'.targetType(WebChatRoutingTarget.TargetTypeEnum targetType) The target type of the routing target, such as 'QUEUE'.toString()
-
Constructor Details
-
WebChatRoutingTarget
public WebChatRoutingTarget() -
WebChatRoutingTarget
-
-
Method Details
-
targetType
The target type of the routing target, such as 'QUEUE'. -
getTargetType
-
setTargetType
-
targetAddress
The target of the route, in the format appropriate given the 'targetType'. -
getTargetAddress
-
setTargetAddress
-
skills
The list of skill names to use for routing. -
getSkills
-
setSkills
-
language
The language name to use for routing. -
getLanguage
-
setLanguage
-
priority
The priority to assign to the conversation for routing. -
getPriority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-