Cx Flow Transition Route Args
data class CxFlowTransitionRouteArgs(val condition: Output<String>? = null, val intent: Output<String>? = null, val name: Output<String>? = null, val targetFlow: Output<String>? = null, val targetPage: Output<String>? = null, val triggerFulfillment: Output<CxFlowTransitionRouteTriggerFulfillmentArgs>? = null) : ConvertibleToJava<CxFlowTransitionRouteArgs>
Properties
Link copied to clipboard
Link copied to clipboard
The unique identifier of an Intent. Format: projects/
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 condition is satisfied. At least one of triggerFulfillment and target must be specified. When both are defined, triggerFulfillment is executed first. Structure is documented below.