SlotTypeEnumerationValue

data class SlotTypeEnumerationValue(val synonyms: List<String>? = null, val value: String)

Constructors

Link copied to clipboard
constructor(synonyms: List<String>? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val synonyms: List<String>? = null

Additional values related to the slot type value. Each item must be less than or equal to 140 characters in length.

Link copied to clipboard

The value of the slot type. Must be less than or equal to 140 characters in length.