Package com.mypurecloud.sdk.v2.model
Class PredictionResults
java.lang.Object
com.mypurecloud.sdk.v2.model.PredictionResults
- All Implemented Interfaces:
Serializable
PredictionResults
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the estimated wait time Formulastatic enumIndicates the media type scope of this estimated wait time -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanestimatedWaitTimeSeconds(Integer estimatedWaitTimeSeconds) Estimated wait time in secondsformula(PredictionResults.FormulaEnum formula) Indicates the estimated wait time FormulagetLabel()inthashCode()intent(PredictionResults.IntentEnum intent) Indicates the media type scope of this estimated wait timelabel(AddressableEntityRef label) This specifies the interaction label scoped to this estimated wait time calculationvoidsetEstimatedWaitTimeSeconds(Integer estimatedWaitTimeSeconds) voidsetFormula(PredictionResults.FormulaEnum formula) voidvoidsetLabel(AddressableEntityRef label) toString()
-
Constructor Details
-
PredictionResults
public PredictionResults() -
PredictionResults
-
-
Method Details
-
intent
Indicates the media type scope of this estimated wait time -
getIntent
-
setIntent
-
formula
Indicates the estimated wait time Formula -
getFormula
-
setFormula
-
estimatedWaitTimeSeconds
Estimated wait time in seconds -
getEstimatedWaitTimeSeconds
-
setEstimatedWaitTimeSeconds
-
label
This specifies the interaction label scoped to this estimated wait time calculation -
getLabel
-
setLabel
-
equals
-
hashCode
public int hashCode() -
toString
-