Uses of Class
com.mypurecloud.sdk.v2.model.OutcomePredictorRequest
Packages that use OutcomePredictorRequest
Package
Description
-
Uses of OutcomePredictorRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OutcomePredictorRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyOutcomesPredictors(OutcomePredictorRequest body) Deprecated.JourneyApi.postJourneyOutcomesPredictorsWithHttpInfo(OutcomePredictorRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutcomePredictorRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyOutcomesPredictors(ApiRequest<OutcomePredictorRequest> request) Deprecated.JourneyApiAsync.postJourneyOutcomesPredictorsAsync(ApiRequest<OutcomePredictorRequest> request, AsyncApiCallback<ApiResponse<OutcomePredictor>> callback) Deprecated. -
Uses of OutcomePredictorRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OutcomePredictorRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OutcomePredictorRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OutcomePredictorRequestModifier and TypeMethodDescriptionvoidPostJourneyOutcomesPredictorsRequest.setBody(OutcomePredictorRequest body) PostJourneyOutcomesPredictorsRequest.Builder.withBody(OutcomePredictorRequest body) PostJourneyOutcomesPredictorsRequest.withBody(OutcomePredictorRequest body) -
Uses of OutcomePredictorRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomePredictorRequestModifier and TypeMethodDescriptionOutcomePredictorRequest.outcome(OutcomeRefRequest outcome) The outcome for which this predictor will provide predictions.