Get Evaluation Form Result
data class GetEvaluationFormResult(val description: String? = null, val evaluationFormArn: String? = null, val instanceArn: String? = null, val items: List<EvaluationFormBaseItem>? = null, val scoringStrategy: EvaluationFormScoringStrategy? = null, val status: EvaluationFormStatus? = null, val tags: List<Tag>? = null, val title: String? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, evaluationFormArn: String? = null, instanceArn: String? = null, items: List<EvaluationFormBaseItem>? = null, scoringStrategy: EvaluationFormScoringStrategy? = null, status: EvaluationFormStatus? = null, tags: List<Tag>? = null, title: String? = null)
Properties
Link copied to clipboard
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
Link copied to clipboard
The Amazon Resource Name (ARN) of the evaluation form.
Link copied to clipboard
The identifier of the Amazon Connect instance.
Link copied to clipboard
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. Minimum size: 1 Maximum size: 100
Link copied to clipboard
A scoring strategy of the evaluation form.
Link copied to clipboard
The status of the evaluation form. Allowed values: `DRAFT`
| `ACTIVE`