Package com.mypurecloud.sdk.v2.model
Class AgentScoringRule
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentScoringRule
- All Implemented Interfaces:
Serializable
AgentScoringRule
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWhich agent(s) to score.static enumSampling type setting.static enumSubmission type for evaluations. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentToScore(AgentScoringRule.AgentToScoreEnum agentToScore) Which agent(s) to score.Whether the rule is enabled.booleanevaluationFormContextId(String evaluationFormContextId) The evaluation form contextID to use for scoring.evaluator(AddressableEntityRef evaluator) The evaluator for evaluations created by this rule.getId()inthashCode()samplingPercentage(BigDecimal samplingPercentage) Percentage of interactions to evaluate (0.01-100.00).samplingType(AgentScoringRule.SamplingTypeEnum samplingType) Sampling type setting.voidsetAgentToScore(AgentScoringRule.AgentToScoreEnum agentToScore) voidsetEnabled(Boolean enabled) voidsetEvaluationFormContextId(String evaluationFormContextId) voidsetEvaluator(AddressableEntityRef evaluator) voidsetSamplingPercentage(BigDecimal samplingPercentage) voidsetSamplingType(AgentScoringRule.SamplingTypeEnum samplingType) voidsetSubmissionType(AgentScoringRule.SubmissionTypeEnum submissionType) submissionType(AgentScoringRule.SubmissionTypeEnum submissionType) Submission type for evaluations.toString()
-
Constructor Details
-
AgentScoringRule
public AgentScoringRule() -
AgentScoringRule
-
-
Method Details
-
getId
-
getProgramId
-
samplingType
Sampling type setting. Valid values: All, Percentage -
getSamplingType
-
setSamplingType
-
samplingPercentage
Percentage of interactions to evaluate (0.01-100.00). Required when samplingType is Percentage, null when All. minimum: 0.01 maximum: 1E+2 -
getSamplingPercentage
-
setSamplingPercentage
-
submissionType
Submission type for evaluations. Valid values: Automated, Manual -
getSubmissionType
-
setSubmissionType
-
evaluationFormContextId
The evaluation form contextID to use for scoring. -
getEvaluationFormContextId
-
setEvaluationFormContextId
-
enabled
Whether the rule is enabled. -
getEnabled
-
setEnabled
-
getPublished
-
evaluator
The evaluator for evaluations created by this rule. -
getEvaluator
-
setEvaluator
-
agentToScore
Which agent(s) to score. Valid values: First, Last, Each. -
getAgentToScore
-
setAgentToScore
-
getDateCreated
-
getDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-