conditional Cases
suspend fun conditionalCases(value: Output<List<CxPageEventHandlerTriggerFulfillmentConditionalCaseArgs>>)
Parameters
value
Conditional cases for this fulfillment. Structure is documented below.
suspend fun conditionalCases(vararg values: Output<CxPageEventHandlerTriggerFulfillmentConditionalCaseArgs>)
suspend fun conditionalCases(values: List<Output<CxPageEventHandlerTriggerFulfillmentConditionalCaseArgs>>)
suspend fun conditionalCases(vararg values: CxPageEventHandlerTriggerFulfillmentConditionalCaseArgs)
Parameters
values
Conditional cases for this fulfillment. Structure is documented below.
suspend fun conditionalCases(argument: List<suspend CxPageEventHandlerTriggerFulfillmentConditionalCaseArgsBuilder.() -> Unit>)
suspend fun conditionalCases(vararg argument: suspend CxPageEventHandlerTriggerFulfillmentConditionalCaseArgsBuilder.() -> Unit)
suspend fun conditionalCases(argument: suspend CxPageEventHandlerTriggerFulfillmentConditionalCaseArgsBuilder.() -> Unit)
Parameters
argument
Conditional cases for this fulfillment. Structure is documented below.