SlotTypeEnumerationValueArgs

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

Constructors

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

Properties

Link copied to clipboard
val synonyms: Output<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
val value: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): SlotTypeEnumerationValueArgs