Uses of Class
com.mypurecloud.sdk.v2.model.RoutingConversationAttributesResponse
Packages that use RoutingConversationAttributesResponse
-
Uses of RoutingConversationAttributesResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RoutingConversationAttributesResponseModifier and TypeMethodDescriptionRoutingApi.patchRoutingConversation(PatchRoutingConversationRequest request) Update attributes of an in-queue conversation Returns an object indicating the updated values of all settable attributes.RoutingApi.patchRoutingConversation(String conversationId, RoutingConversationAttributesRequest body) Update attributes of an in-queue conversation Returns an object indicating the updated values of all settable attributes.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type RoutingConversationAttributesResponseModifier 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(PatchRoutingConversationRequest request, AsyncApiCallback<RoutingConversationAttributesResponse> callback) 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.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 RoutingConversationAttributesResponseModifier and TypeMethodDescriptionRoutingApiAsync.patchRoutingConversationAsync(PatchRoutingConversationRequest request, AsyncApiCallback<RoutingConversationAttributesResponse> callback) 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 RoutingConversationAttributesResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutingConversationAttributesResponseModifier and TypeMethodDescriptionRoutingConversationAttributesResponse.label(UtilizationLabel label) Current label on in-queue conversationCurrent language on in-queue conversationCurrent priority value on in-queue conversation.RoutingConversationAttributesResponse.scoredAgents(List<ScoredAgent> scoredAgents) Current scored agents on in-queue conversationRoutingConversationAttributesResponse.skillExpression(String skillExpression) Current skill expression on in-queue conversationRoutingConversationAttributesResponse.skillExpressionId(String skillExpressionId) Current skill expression ID on in-queue conversationRoutingConversationAttributesResponse.skills(List<RoutingSkill> skills) Current routing skills on in-queue conversation