connect_submit_contact_evaluation: Submits a contact evaluation in the specified Amazon Connect...

View source: R/connect_operations.R

connect_submit_contact_evaluationR Documentation

Submits a contact evaluation in the specified Amazon Connect instance

Description

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.

See https://www.paws-r-sdk.com/docs/connect_submit_contact_evaluation/ for full documentation.

Usage

connect_submit_contact_evaluation(
  InstanceId,
  EvaluationId,
  Answers = NULL,
  Notes = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect 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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.