V2modelsSlotSubSlotSetting

data class V2modelsSlotSubSlotSetting(val expression: String? = null, val slotSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecification>? = null)

Constructors

Link copied to clipboard
constructor(expression: String? = null, slotSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecification>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expression: String? = null

Expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.

Link copied to clipboard

Specifications for the constituent sub slots of a composite slot. See the slot_specification argument reference below.