Skip to content

/AWS1/CL_CNT=>UPDATEEVALUATIONFORM()

About UpdateEvaluationForm

Updates details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form.

This operation does not support partial updates. Instead it does a full update of evaluation form content.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

IV_EVALUATIONFORMID TYPE /AWS1/CNTRESOURCEID /AWS1/CNTRESOURCEID

The unique identifier for the evaluation form.

IV_EVALUATIONFORMVERSION TYPE /AWS1/CNTVERSIONNUMBER /AWS1/CNTVERSIONNUMBER

A version of the evaluation form to update.

IV_TITLE TYPE /AWS1/CNTEVALUATIONFORMTITLE /AWS1/CNTEVALUATIONFORMTITLE

A title of the evaluation form.

IT_ITEMS TYPE /AWS1/CL_CNTEVALUATIONFORMITEM=>TT_EVALUATIONFORMITEMSLIST TT_EVALUATIONFORMITEMSLIST

Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.

Optional arguments:

IV_CREATENEWVERSION TYPE /AWS1/CNTBOXEDBOOLEAN /AWS1/CNTBOXEDBOOLEAN

A flag indicating whether the operation must create a new version.

IV_DESCRIPTION TYPE /AWS1/CNTEVALUATIONFORMDESC /AWS1/CNTEVALUATIONFORMDESC

The description of the evaluation form.

IO_SCORINGSTRATEGY TYPE REF TO /AWS1/CL_CNTEVALFORMSCORINGS00 /AWS1/CL_CNTEVALFORMSCORINGS00

A scoring strategy of the evaluation form.

IV_CLIENTTOKEN TYPE /AWS1/CNTCLIENTTOKEN /AWS1/CNTCLIENTTOKEN

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTUPDATEEVALFORMRSP /AWS1/CL_CNTUPDATEEVALFORMRSP