Uses of Class
com.mypurecloud.sdk.v2.model.RoutingConversationAttributesRequest
Packages that use RoutingConversationAttributesRequest
Package
Description
-
Uses of RoutingConversationAttributesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type RoutingConversationAttributesRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingConversation(String conversationId, RoutingConversationAttributesRequest body) Update attributes of an in-queue conversation Returns an object indicating the updated values of all settable attributes.RoutingApi.patchRoutingConversationWithHttpInfo(String conversationId, RoutingConversationAttributesRequest body) Update attributes of an in-queue conversation Returns an object indicating the updated values of all settable attributes.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RoutingConversationAttributesRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingConversation(ApiRequest<RoutingConversationAttributesRequest> request) Update attributes of an in-queue conversation Returns an object indicating the updated values of all settable attributes.RoutingApiAsync.patchRoutingConversationAsync(ApiRequest<RoutingConversationAttributesRequest> request, AsyncApiCallback<ApiResponse<RoutingConversationAttributesResponse>> callback) Update attributes of an in-queue conversation Returns an object indicating the updated values of all settable attributes. -
Uses of RoutingConversationAttributesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RoutingConversationAttributesRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RoutingConversationAttributesRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RoutingConversationAttributesRequestModifier and TypeMethodDescriptionPatchRoutingConversationRequest.builder(String conversationId, RoutingConversationAttributesRequest body) voidPatchRoutingConversationRequest.setBody(RoutingConversationAttributesRequest body) PatchRoutingConversationRequest.Builder.withBody(RoutingConversationAttributesRequest body) PatchRoutingConversationRequest.withBody(RoutingConversationAttributesRequest body) PatchRoutingConversationRequest.Builder.withRequiredParams(String conversationId, RoutingConversationAttributesRequest body) -
Uses of RoutingConversationAttributesRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutingConversationAttributesRequestModifier and TypeMethodDescriptionLabel requirement for the conversation.RoutingConversationAttributesRequest.languageId(String languageId) Language requirement for the conversation.Priority for the conversation.RoutingConversationAttributesRequest.requestScoredAgents(List<RequestScoredAgent> requestScoredAgents) RoutingConversationAttributesRequest.skillExpression(String skillExpression) Skill requirements in form of expression for the conversation.Skill requirements for the conversation.