trigger Fulfillment
Parameters
value
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment
and target
must be specified. When both are defined, trigger_fulfillment
is executed first.
suspend fun triggerFulfillment(argument: suspend GoogleCloudDialogflowCxV3FulfillmentArgsBuilder.() -> Unit)
Parameters
argument
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment
and target
must be specified. When both are defined, trigger_fulfillment
is executed first.