Class GetRoutingPredictorModelFeaturesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetRoutingPredictorModelFeaturesRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetModelId(String modelId) voidsetPredictorId(String predictorId) withCustomHeader(String name, String value) withModelId(String modelId) withPredictorId(String predictorId)
-
Constructor Details
-
GetRoutingPredictorModelFeaturesRequest
public GetRoutingPredictorModelFeaturesRequest()
-
-
Method Details
-
getPredictorId
-
setPredictorId
-
withPredictorId
-
getModelId
-
setModelId
-
withModelId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetRoutingPredictorModelFeaturesRequest.Builder builder(String predictorId, String modelId)
-