UserProficiency

data class UserProficiency(val attributeName: String, val attributeValue: String, val level: Double)

Proficiency of a user.

Constructors

Link copied to clipboard
constructor(attributeName: String, attributeValue: String, level: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.

Link copied to clipboard

The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.

Link copied to clipboard

The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.