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