Updates details about a specific evaluation form version in the specified Connect Customer instance
Source:R/connect_operations.R
connect_update_evaluation_form.RdUpdates details about a specific evaluation form version in the specified Connect Customer instance. Question and section identifiers cannot be duplicated within the same evaluation form.
See https://www.paws-r-sdk.com/docs/connect_update_evaluation_form/ for full documentation.
Usage
connect_update_evaluation_form(
InstanceId,
EvaluationFormId,
EvaluationFormVersion,
CreateNewVersion = NULL,
Title,
Description = NULL,
Items,
ScoringStrategy = NULL,
AutoEvaluationConfiguration = NULL,
ReviewConfiguration = NULL,
AsDraft = NULL,
ClientToken = NULL,
TargetConfiguration = NULL,
LanguageConfiguration = 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.
- EvaluationFormId
[required] The unique identifier for the evaluation form.
- EvaluationFormVersion
[required] A version of the evaluation form to update.
- CreateNewVersion
A flag indicating whether the operation must create a new version.
- Title
[required] A title of the evaluation form.
- Description
The description of the evaluation form.
- Items
[required] 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.
- ScoringStrategy
A scoring strategy of the evaluation form.
- AutoEvaluationConfiguration
Whether automated evaluations are enabled.
- ReviewConfiguration
Configuration for evaluation review settings of the evaluation form.
- AsDraft
A boolean flag indicating whether to update evaluation form to draft state.
- ClientToken
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.
- TargetConfiguration
Configuration that specifies the target for the evaluation form.
- LanguageConfiguration
Configuration for language settings of the evaluation form.