submitContactEvaluation
inline suspend fun ConnectClient.submitContactEvaluation(crossinline block: SubmitContactEvaluationRequest.Builder.() -> Unit): SubmitContactEvaluationResponse
Submits a contact evaluation in the specified Amazon Connect instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object ({}
) to the question identifier.
If a contact evaluation is already in submitted state, this operation will trigger a resubmission.