Uses of Class
com.mypurecloud.sdk.v2.api.request.PutQualityConversationEvaluationRequest
Packages that use PutQualityConversationEvaluationRequest
-
Uses of PutQualityConversationEvaluationRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutQualityConversationEvaluationRequestModifier and TypeMethodDescriptionQualityApi.putQualityConversationEvaluation(PutQualityConversationEvaluationRequest request) Update an evaluation The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint.QualityApiAsync.putQualityConversationEvaluationAsync(PutQualityConversationEvaluationRequest request, AsyncApiCallback<EvaluationResponse> callback) Update an evaluation The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint. -
Uses of PutQualityConversationEvaluationRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutQualityConversationEvaluationRequestModifier and TypeMethodDescriptionPutQualityConversationEvaluationRequest.Builder.build()PutQualityConversationEvaluationRequest.withBody(Evaluation body) PutQualityConversationEvaluationRequest.withConversationId(String conversationId) PutQualityConversationEvaluationRequest.withCustomHeader(String name, String value) PutQualityConversationEvaluationRequest.withEvaluationId(String evaluationId) PutQualityConversationEvaluationRequest.withExpand(String expand)