Uses of Class
com.mypurecloud.sdk.v2.model.EvaluationResponse
Packages that use EvaluationResponse
-
Uses of EvaluationResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EvaluationResponseModifier and TypeMethodDescriptionQualityApi.deleteQualityConversationEvaluation(DeleteQualityConversationEvaluationRequest request) Delete an evaluationQualityApi.deleteQualityConversationEvaluation(String conversationId, String evaluationId, String expand) Delete an evaluationQualityApi.getQualityConversationEvaluation(GetQualityConversationEvaluationRequest request) Get an evaluationQualityApi.getQualityConversationEvaluation(String conversationId, String evaluationId, String expand) Get an evaluationQualityApi.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.QualityApi.putQualityConversationEvaluation(String conversationId, String evaluationId, Evaluation body, String expand) 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.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EvaluationResponseModifier and TypeMethodDescriptionQualityApi.deleteQualityConversationEvaluation(ApiRequest<Void> request) Delete an evaluationQualityApiAsync.deleteQualityConversationEvaluationAsync(DeleteQualityConversationEvaluationRequest request, AsyncApiCallback<EvaluationResponse> callback) Delete an evaluationQualityApiAsync.deleteQualityConversationEvaluationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EvaluationResponse>> callback) Delete an evaluationQualityApi.deleteQualityConversationEvaluationWithHttpInfo(String conversationId, String evaluationId, String expand) Delete an evaluationQualityApi.getQualityConversationEvaluation(ApiRequest<Void> request) Get an evaluationQualityApiAsync.getQualityConversationEvaluationAsync(GetQualityConversationEvaluationRequest request, AsyncApiCallback<EvaluationResponse> callback) Get an evaluationQualityApiAsync.getQualityConversationEvaluationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EvaluationResponse>> callback) Get an evaluationQualityApi.getQualityConversationEvaluationWithHttpInfo(String conversationId, String evaluationId, String expand) Get an evaluationQualityApi.putQualityConversationEvaluation(ApiRequest<Evaluation> 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.QualityApiAsync.putQualityConversationEvaluationAsync(ApiRequest<Evaluation> request, AsyncApiCallback<ApiResponse<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.QualityApi.putQualityConversationEvaluationWithHttpInfo(String conversationId, String evaluationId, Evaluation body, String expand) 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.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EvaluationResponseModifier and TypeMethodDescriptionQualityApiAsync.deleteQualityConversationEvaluationAsync(DeleteQualityConversationEvaluationRequest request, AsyncApiCallback<EvaluationResponse> callback) Delete an evaluationQualityApiAsync.deleteQualityConversationEvaluationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EvaluationResponse>> callback) Delete an evaluationQualityApiAsync.getQualityConversationEvaluationAsync(GetQualityConversationEvaluationRequest request, AsyncApiCallback<EvaluationResponse> callback) Get an evaluationQualityApiAsync.getQualityConversationEvaluationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EvaluationResponse>> callback) Get an evaluationQualityApiAsync.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.QualityApiAsync.putQualityConversationEvaluationAsync(ApiRequest<Evaluation> request, AsyncApiCallback<ApiResponse<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 EvaluationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EvaluationResponseModifier and TypeMethodDescriptionEvaluationResponse.agentHasRead(Boolean agentHasRead) EvaluationResponse.answers(EvaluationScoringSet answers) Set to false to unassign the evaluation.EvaluationResponse.assignedDate(Date assignedDate) Date time is represented as an ISO-8601 string.EvaluationResponse.assigneeApplicable(Boolean assigneeApplicable) Indicates whether an assignee is applicable for the evaluation.EvaluationResponse.authorizedActions(List<String> authorizedActions) List of user authorized actions on evaluation.EvaluationResponse.calibration(AddressableEntityRef calibration) EvaluationResponse.changedDate(Date changedDate) Date time is represented as an ISO-8601 string.EvaluationResponse.conversation(ConversationReference conversation) EvaluationResponse.conversationDate(Date conversationDate) Date of conversation.EvaluationResponse.conversationEndDate(Date conversationEndDate) End date of conversation if it had completed before evaluation creation.EvaluationResponse.dateAssigneeChanged(Date dateAssigneeChanged) Date when the assignee was last changed.EvaluationResponse.evaluationForm(EvaluationFormResponse evaluationForm) Evaluation form used for evaluation.EvaluationResponse.hasAssistanceFailed(Boolean hasAssistanceFailed) Is true when evaluation assistance didn't execute successfullyEvaluationResponse.isScoringIndex(Boolean isScoringIndex) EvaluationResponse.mediaType(List<EvaluationResponse.MediaTypeEnum> mediaType) List of different communication types used in conversation.EvaluationResponse.neverRelease(Boolean neverRelease) Signifies if the evaluation is never to be released.Is only true when the user making the request does not have sufficient permissions to see evaluationEvaluationResponse.releaseDate(Date releaseDate) Date time is represented as an ISO-8601 string.Is only true when evaluation is re-scored.EvaluationResponse.resourceId(String resourceId) Only used for email evaluations.EvaluationResponse.resourceType(EvaluationResponse.ResourceTypeEnum resourceType) The type of resource.EvaluationResponse.revisionCreatedDate(Date revisionCreatedDate) Date of when evaluation revision is created.EvaluationResponse.status(EvaluationResponse.StatusEnum status)