Cx Flow Event Handler Args
data class CxFlowEventHandlerArgs(val event: Output<String>? = null, val name: Output<String>? = null, val targetFlow: Output<String>? = null, val targetPage: Output<String>? = null, val triggerFulfillment: Output<CxFlowEventHandlerTriggerFulfillmentArgs>? = null) : ConvertibleToJava<CxFlowEventHandlerArgs>
Constructors
Link copied to clipboard
constructor(event: Output<String>? = null, name: Output<String>? = null, targetFlow: Output<String>? = null, targetPage: Output<String>? = null, triggerFulfillment: Output<CxFlowEventHandlerTriggerFulfillmentArgs>? = null)
Properties
Link copied to clipboard
The target flow to transition to. Format: projects/
Link copied to clipboard
The target page to transition to. Format: projects/
Link copied to clipboard
The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks. Structure is documented below.