V2modelsSlotSubSlotSettingArgs

data class V2modelsSlotSubSlotSettingArgs(val expression: Output<String>? = null, val slotSpecifications: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationArgs>>? = null) : ConvertibleToJava<V2modelsSlotSubSlotSettingArgs>

Constructors

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

Properties

Link copied to clipboard
val expression: Output<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.

Functions

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