slot Specifications
suspend fun slotSpecifications(value: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationArgs>>)
Parameters
value
Specifications for the constituent sub slots of a composite slot. See the slot_specification
argument reference below.
suspend fun slotSpecifications(vararg values: Output<V2modelsSlotSubSlotSettingSlotSpecificationArgs>)
suspend fun slotSpecifications(values: List<Output<V2modelsSlotSubSlotSettingSlotSpecificationArgs>>)
Parameters
values
Specifications for the constituent sub slots of a composite slot. See the slot_specification
argument reference below.
suspend fun slotSpecifications(argument: List<suspend V2modelsSlotSubSlotSettingSlotSpecificationArgsBuilder.() -> Unit>)
suspend fun slotSpecifications(vararg argument: suspend V2modelsSlotSubSlotSettingSlotSpecificationArgsBuilder.() -> Unit)
suspend fun slotSpecifications(argument: suspend V2modelsSlotSubSlotSettingSlotSpecificationArgsBuilder.() -> Unit)
Parameters
argument
Specifications for the constituent sub slots of a composite slot. See the slot_specification
argument reference below.