trigger Fulfillment
suspend fun triggerFulfillment(value: Output<CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentArgs>)
suspend fun triggerFulfillment(value: CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentArgs?)
Parameters
value
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.
suspend fun triggerFulfillment(argument: suspend CxPageFormParameterFillBehaviorRepromptEventHandlerTriggerFulfillmentArgsBuilder.() -> Unit)
Parameters
argument
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.