Uses of Class
com.mypurecloud.sdk.v2.model.CreatePredictorRequest
Packages that use CreatePredictorRequest
Package
Description
-
Uses of CreatePredictorRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreatePredictorRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingPredictors(CreatePredictorRequest body) Create a predictor.RoutingApi.postRoutingPredictorsWithHttpInfo(CreatePredictorRequest body) Create a predictor.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreatePredictorRequestModifier and TypeMethodDescriptionRoutingApi.postRoutingPredictors(ApiRequest<CreatePredictorRequest> request) Create a predictor.RoutingApiAsync.postRoutingPredictorsAsync(ApiRequest<CreatePredictorRequest> request, AsyncApiCallback<ApiResponse<Predictor>> callback) Create a predictor. -
Uses of CreatePredictorRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreatePredictorRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreatePredictorRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreatePredictorRequestModifier and TypeMethodDescriptionvoidPostRoutingPredictorsRequest.setBody(CreatePredictorRequest body) PostRoutingPredictorsRequest.Builder.withBody(CreatePredictorRequest body) PostRoutingPredictorsRequest.withBody(CreatePredictorRequest body) -
Uses of CreatePredictorRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreatePredictorRequestModifier and TypeMethodDescriptionThe KPI that the predictor attempts to maximize/minimize.The queue IDs associated with the predictor.CreatePredictorRequest.routingTimeoutSeconds(Integer routingTimeoutSeconds) Number of seconds allocated to predictive routing before attempting a different routing method.CreatePredictorRequest.schedule(PredictorSchedule schedule) The predictor schedule that determines when the predictor is used for routing interactions.CreatePredictorRequest.workloadBalancingConfig(PredictorWorkloadBalancing workloadBalancingConfig) The predictor balancing configuration to enable workload balancing