Uses of Class
com.mypurecloud.sdk.v2.model.AgentScoringRule
Packages that use AgentScoringRule
Package
Description
-
Uses of AgentScoringRule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentScoringRuleModifier and TypeMethodDescriptionQualityApi.getQualityProgramAgentscoringrule(GetQualityProgramAgentscoringruleRequest request) Get an Agent Scoring RuleQualityApi.getQualityProgramAgentscoringrule(String programId, String ruleId) Get an Agent Scoring RuleQualityApi.postQualityProgramAgentscoringrules(PostQualityProgramAgentscoringrulesRequest request) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.postQualityProgramAgentscoringrules(String programId, AgentScoringRule body) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.putQualityProgramAgentscoringrule(PutQualityProgramAgentscoringruleRequest request) Update an Agent Scoring RuleQualityApi.putQualityProgramAgentscoringrule(String programId, String ruleId, AgentScoringRule body) Update an Agent Scoring RuleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentScoringRuleModifier and TypeMethodDescriptionQualityApi.getQualityProgramAgentscoringrule(ApiRequest<Void> request) Get an Agent Scoring RuleQualityApiAsync.getQualityProgramAgentscoringruleAsync(GetQualityProgramAgentscoringruleRequest request, AsyncApiCallback<AgentScoringRule> callback) Get an Agent Scoring RuleQualityApiAsync.getQualityProgramAgentscoringruleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Get an Agent Scoring RuleQualityApi.getQualityProgramAgentscoringruleWithHttpInfo(String programId, String ruleId) Get an Agent Scoring RuleQualityApi.postQualityProgramAgentscoringrules(ApiRequest<AgentScoringRule> request) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApiAsync.postQualityProgramAgentscoringrulesAsync(PostQualityProgramAgentscoringrulesRequest request, AsyncApiCallback<AgentScoringRule> callback) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApiAsync.postQualityProgramAgentscoringrulesAsync(ApiRequest<AgentScoringRule> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.postQualityProgramAgentscoringrulesWithHttpInfo(String programId, AgentScoringRule body) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.putQualityProgramAgentscoringrule(ApiRequest<AgentScoringRule> request) Update an Agent Scoring RuleQualityApiAsync.putQualityProgramAgentscoringruleAsync(PutQualityProgramAgentscoringruleRequest request, AsyncApiCallback<AgentScoringRule> callback) Update an Agent Scoring RuleQualityApiAsync.putQualityProgramAgentscoringruleAsync(ApiRequest<AgentScoringRule> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Update an Agent Scoring RuleQualityApi.putQualityProgramAgentscoringruleWithHttpInfo(String programId, String ruleId, AgentScoringRule body) Update an Agent Scoring RuleMethods in com.mypurecloud.sdk.v2.api with parameters of type AgentScoringRuleModifier and TypeMethodDescriptionQualityApi.postQualityProgramAgentscoringrules(String programId, AgentScoringRule body) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.postQualityProgramAgentscoringrulesWithHttpInfo(String programId, AgentScoringRule body) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.putQualityProgramAgentscoringrule(String programId, String ruleId, AgentScoringRule body) Update an Agent Scoring RuleQualityApi.putQualityProgramAgentscoringruleWithHttpInfo(String programId, String ruleId, AgentScoringRule body) Update an Agent Scoring RuleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentScoringRuleModifier and TypeMethodDescriptionQualityApiAsync.getQualityProgramAgentscoringruleAsync(GetQualityProgramAgentscoringruleRequest request, AsyncApiCallback<AgentScoringRule> callback) Get an Agent Scoring RuleQualityApiAsync.getQualityProgramAgentscoringruleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Get an Agent Scoring RuleQualityApi.postQualityProgramAgentscoringrules(ApiRequest<AgentScoringRule> request) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApiAsync.postQualityProgramAgentscoringrulesAsync(PostQualityProgramAgentscoringrulesRequest request, AsyncApiCallback<AgentScoringRule> callback) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApiAsync.postQualityProgramAgentscoringrulesAsync(ApiRequest<AgentScoringRule> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApiAsync.postQualityProgramAgentscoringrulesAsync(ApiRequest<AgentScoringRule> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Create an Agent Scoring Rule Creates a new Agent Scoring Rule for AI-powered automated evaluation of agent interactions.QualityApi.putQualityProgramAgentscoringrule(ApiRequest<AgentScoringRule> request) Update an Agent Scoring RuleQualityApiAsync.putQualityProgramAgentscoringruleAsync(PutQualityProgramAgentscoringruleRequest request, AsyncApiCallback<AgentScoringRule> callback) Update an Agent Scoring RuleQualityApiAsync.putQualityProgramAgentscoringruleAsync(ApiRequest<AgentScoringRule> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Update an Agent Scoring RuleQualityApiAsync.putQualityProgramAgentscoringruleAsync(ApiRequest<AgentScoringRule> request, AsyncApiCallback<ApiResponse<AgentScoringRule>> callback) Update an Agent Scoring Rule -
Uses of AgentScoringRule in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AgentScoringRuleModifier and TypeMethodDescriptionPostQualityProgramAgentscoringrulesRequest.getBody()PutQualityProgramAgentscoringruleRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AgentScoringRuleModifier and TypeMethodDescriptionPostQualityProgramAgentscoringrulesRequest.withHttpInfo()PutQualityProgramAgentscoringruleRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AgentScoringRuleModifier and TypeMethodDescriptionPostQualityProgramAgentscoringrulesRequest.builder(String programId, AgentScoringRule body) PutQualityProgramAgentscoringruleRequest.builder(String programId, String ruleId, AgentScoringRule body) voidPostQualityProgramAgentscoringrulesRequest.setBody(AgentScoringRule body) voidPutQualityProgramAgentscoringruleRequest.setBody(AgentScoringRule body) PostQualityProgramAgentscoringrulesRequest.Builder.withBody(AgentScoringRule body) PostQualityProgramAgentscoringrulesRequest.withBody(AgentScoringRule body) PutQualityProgramAgentscoringruleRequest.Builder.withBody(AgentScoringRule body) PutQualityProgramAgentscoringruleRequest.withBody(AgentScoringRule body) PostQualityProgramAgentscoringrulesRequest.Builder.withRequiredParams(String programId, AgentScoringRule body) PutQualityProgramAgentscoringruleRequest.Builder.withRequiredParams(String programId, String ruleId, AgentScoringRule body) -
Uses of AgentScoringRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentScoringRuleModifier and TypeMethodDescriptionAgentScoringRule.agentToScore(AgentScoringRule.AgentToScoreEnum agentToScore) Which agent(s) to score.Whether the rule is enabled.AgentScoringRule.evaluationFormContextId(String evaluationFormContextId) The evaluation form contextID to use for scoring.AgentScoringRule.evaluator(AddressableEntityRef evaluator) The evaluator for evaluations created by this rule.AgentScoringRule.samplingPercentage(BigDecimal samplingPercentage) Percentage of interactions to evaluate (0.01-100.00).AgentScoringRule.samplingType(AgentScoringRule.SamplingTypeEnum samplingType) Sampling type setting.AgentScoringRule.submissionType(AgentScoringRule.SubmissionTypeEnum submissionType) Submission type for evaluations.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AgentScoringRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AgentScoringRuleModifier and TypeMethodDescriptionAgentScoringRuleEntityListing.entities(List<AgentScoringRule> entities) voidAgentScoringRuleEntityListing.setEntities(List<AgentScoringRule> entities)