Uses of Class
com.mypurecloud.sdk.v2.model.WebChatRoutingTarget
Packages that use WebChatRoutingTarget
-
Uses of WebChatRoutingTarget in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatRoutingTargetModifier and TypeMethodDescriptionCreateWebChatConversationRequest.getRoutingTarget()The language name to use for routing.The priority to assign to the conversation for routing.The list of skill names to use for routing.WebChatRoutingTarget.targetAddress(String targetAddress) The target of the route, in the format appropriate given the 'targetType'.WebChatRoutingTarget.targetType(WebChatRoutingTarget.TargetTypeEnum targetType) The target type of the routing target, such as 'QUEUE'.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebChatRoutingTargetModifier and TypeMethodDescriptionCreateWebChatConversationRequest.routingTarget(WebChatRoutingTarget routingTarget) The routing information to use for the new chat conversation.voidCreateWebChatConversationRequest.setRoutingTarget(WebChatRoutingTarget routingTarget)