triggerFulfillment

@JvmName(name = "iwxynyhmvwgflpfc")
suspend fun triggerFulfillment(value: Output<GoogleCloudDialogflowCxV3FulfillmentArgs>)
@JvmName(name = "fesepxtwahgmxlyu")
suspend fun triggerFulfillment(value: GoogleCloudDialogflowCxV3FulfillmentArgs?)

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.


@JvmName(name = "lblohxkmbcmuswup")
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.