Uses of Class
com.mypurecloud.sdk.v2.model.HealthInfo
Packages that use HealthInfo
-
Uses of HealthInfo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HealthInfoModifier and TypeMethodDescriptionHealthInfo.errorInfo(FlowHealthErrorInfo errorInfo) Error details for the intent, if any.FlowHealthIntent.getHealth()HealthInfo.issueCount(Long issueCount) Number of issues found in the intent.HealthInfo.overallScore(Float overallScore) Overall health score for the intent ranged between 0 and 100 as 100 is the perfect health score.HealthInfo.staticValidationResults(List<HealthInfo.StaticValidationResultsEnum> staticValidationResults) Validation results for the intent.HealthInfo.status(HealthInfo.StatusEnum status) Status of health computation for this intent.HealthInfo.utterances(List<FlowHealthIntentUtterance> utterances) Utterances for this intent.Methods in com.mypurecloud.sdk.v2.model with parameters of type HealthInfoModifier and TypeMethodDescriptionFlowHealthIntent.health(HealthInfo health) Health computation details for given language.voidFlowHealthIntent.setHealth(HealthInfo health)