webhook Overrides
Parameters
value
The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields in generic_web_service
and service_directory
.
Parameters
values
The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields in generic_web_service
and service_directory
.
suspend fun webhookOverrides(argument: List<suspend GoogleCloudDialogflowCxV3WebhookArgsBuilder.() -> Unit>)
suspend fun webhookOverrides(vararg argument: suspend GoogleCloudDialogflowCxV3WebhookArgsBuilder.() -> Unit)
suspend fun webhookOverrides(argument: suspend GoogleCloudDialogflowCxV3WebhookArgsBuilder.() -> Unit)
Parameters
argument
The list of webhooks to override for the agent environment. The webhook must exist in the agent. You can override fields in generic_web_service
and service_directory
.