Updates details about a contact evaluation in the specified Connect Customer instance
Source:R/connect_operations.R
connect_update_contact_evaluation.RdUpdates details about a contact evaluation in the specified Connect Customer instance. A contact evaluation must be in draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object ({}) to the question identifier.
See https://www.paws-r-sdk.com/docs/connect_update_contact_evaluation/ for full documentation.
Usage
connect_update_contact_evaluation(
InstanceId,
EvaluationId,
Answers = NULL,
Notes = NULL,
UpdatedBy = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- EvaluationId
[required] A unique identifier for the contact evaluation.
- Answers
A map of question identifiers to answer value.
- Notes
A map of question identifiers to note value.
- UpdatedBy
The ID of the user who updated the contact evaluation.