GetEvaluationFormResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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
val instanceArn: String? = null

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`

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Link copied to clipboard
val title: String? = null

A title of the evaluation form.