Uses of Class
com.mypurecloud.sdk.v2.model.OutcomePredictor
Packages that use OutcomePredictor
-
Uses of OutcomePredictor in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OutcomePredictorModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcomesPredictor(GetJourneyOutcomesPredictorRequest request) Deprecated.JourneyApi.getJourneyOutcomesPredictor(String predictorId) Deprecated.JourneyApi.postJourneyOutcomesPredictors(PostJourneyOutcomesPredictorsRequest request) Deprecated.JourneyApi.postJourneyOutcomesPredictors(OutcomePredictorRequest body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OutcomePredictorModifier and TypeMethodDescriptionJourneyApi.getJourneyOutcomesPredictor(ApiRequest<Void> request) Deprecated.JourneyApiAsync.getJourneyOutcomesPredictorAsync(GetJourneyOutcomesPredictorRequest request, AsyncApiCallback<OutcomePredictor> callback) Deprecated.JourneyApiAsync.getJourneyOutcomesPredictorAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutcomePredictor>> callback) Deprecated.JourneyApi.getJourneyOutcomesPredictorWithHttpInfo(String predictorId) Deprecated.JourneyApi.postJourneyOutcomesPredictors(ApiRequest<OutcomePredictorRequest> request) Deprecated.JourneyApiAsync.postJourneyOutcomesPredictorsAsync(PostJourneyOutcomesPredictorsRequest request, AsyncApiCallback<OutcomePredictor> callback) Deprecated.JourneyApiAsync.postJourneyOutcomesPredictorsAsync(ApiRequest<OutcomePredictorRequest> request, AsyncApiCallback<ApiResponse<OutcomePredictor>> callback) Deprecated.JourneyApi.postJourneyOutcomesPredictorsWithHttpInfo(OutcomePredictorRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OutcomePredictorModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyOutcomesPredictorAsync(GetJourneyOutcomesPredictorRequest request, AsyncApiCallback<OutcomePredictor> callback) Deprecated.JourneyApiAsync.getJourneyOutcomesPredictorAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OutcomePredictor>> callback) Deprecated.JourneyApiAsync.postJourneyOutcomesPredictorsAsync(PostJourneyOutcomesPredictorsRequest request, AsyncApiCallback<OutcomePredictor> callback) Deprecated.JourneyApiAsync.postJourneyOutcomesPredictorsAsync(ApiRequest<OutcomePredictorRequest> request, AsyncApiCallback<ApiResponse<OutcomePredictor>> callback) Deprecated. -
Uses of OutcomePredictor in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OutcomePredictorModifier and TypeMethodDescriptionOutcomePredictor.outcome(OutcomeRef outcome) The outcome for which this predictor will provide predictions.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OutcomePredictorMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OutcomePredictorModifier and TypeMethodDescriptionOutcomePredictorListing.entities(List<OutcomePredictor> entities) voidOutcomePredictorListing.setEntities(List<OutcomePredictor> entities)