@aws-sdk/client-connect

UpdateEvaluationFormCommandInput Interface

Members

Name
Type
Details
EvaluationFormId Requiredstring | undefined

The unique identifier for the evaluation form.

EvaluationFormVersion Requirednumber | undefined

A version of the evaluation form to update.

InstanceId Requiredstring | undefined

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

Items RequiredEvaluationFormItem[] | undefined

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.

Title Requiredstring | undefined

A title of the evaluation form.

ClientToken string | undefined

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 .

CreateNewVersion boolean | undefined

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

Description string | undefined

The description of the evaluation form.

ScoringStrategy EvaluationFormScoringStrategy | undefined

A scoring strategy of the evaluation form.

Full Signature

export interface UpdateEvaluationFormCommandInput extends UpdateEvaluationFormRequest