EvaluatorUserUnion

sealed class EvaluatorUserUnion

Represents the entity that performed the action on the evaluation.

Inheritors

Types

Link copied to clipboard
data class ConnectUserArn(val value: String) : EvaluatorUserUnion

Represents the Amazon Connect ARN of the user.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this EvaluatorUserUnion as a ConnectUserArn and retrieves its kotlin.String value. Throws an exception if the EvaluatorUserUnion is not a ConnectUserArn.

Link copied to clipboard

Casts this EvaluatorUserUnion as a ConnectUserArn and retrieves its kotlin.String value. Returns null if the EvaluatorUserUnion is not a ConnectUserArn.