triggerFulfillment

@JvmName(name = "rqbqyoudqxdmrabg")
suspend fun triggerFulfillment(value: Output<GoogleCloudDialogflowCxV3beta1FulfillmentArgs>)
@JvmName(name = "syggxayjoijrcfql")
suspend fun triggerFulfillment(value: GoogleCloudDialogflowCxV3beta1FulfillmentArgs?)

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.


@JvmName(name = "ncfcjpdxmkvnoteh")
suspend fun triggerFulfillment(argument: suspend GoogleCloudDialogflowCxV3beta1FulfillmentArgsBuilder.() -> 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.