Cx Page Form Parameter Fill Behavior Reprompt Event Handler
data class CxPageFormParameterFillBehaviorRepromptEventHandler(val event: String? = null, val name: String? = null, val targetFlow: String? = null, val targetPage: String? = null, val triggerFulfillment: CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillment? = null)
Constructors
Link copied to clipboard
constructor(event: String? = null, name: String? = null, targetFlow: String? = null, targetPage: String? = null, triggerFulfillment: CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillment? = 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
val triggerFulfillment: CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillment? = null
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.