Uses of Class
com.mypurecloud.sdk.v2.model.PatchPredictorRequest
Packages that use PatchPredictorRequest
Package
Description
-
Uses of PatchPredictorRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchPredictorRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingPredictor(String predictorId, PatchPredictorRequest body) Update single predictor.RoutingApi.patchRoutingPredictorWithHttpInfo(String predictorId, PatchPredictorRequest body) Update single predictor.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchPredictorRequestModifier and TypeMethodDescriptionRoutingApi.patchRoutingPredictor(ApiRequest<PatchPredictorRequest> request) Update single predictor.RoutingApiAsync.patchRoutingPredictorAsync(ApiRequest<PatchPredictorRequest> request, AsyncApiCallback<ApiResponse<Predictor>> callback) Update single predictor. -
Uses of PatchPredictorRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchPredictorRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchPredictorRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchPredictorRequestModifier and TypeMethodDescriptionvoidPatchRoutingPredictorRequest.setBody(PatchPredictorRequest body) PatchRoutingPredictorRequest.Builder.withBody(PatchPredictorRequest body) PatchRoutingPredictorRequest.withBody(PatchPredictorRequest body) -
Uses of PatchPredictorRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchPredictorRequestModifier and TypeMethodDescriptionPatchPredictorRequest.routingTimeoutSeconds(Integer routingTimeoutSeconds) Number of seconds allocated to predictive routing before attempting a different routing method.PatchPredictorRequest.schedule(PredictorSchedule schedule) The predictor schedule that determines when the predictor is used for routing interactions.PatchPredictorRequest.workloadBalancingConfig(PredictorWorkloadBalancing workloadBalancingConfig) The predictor balancing configuration to enable workload balancing