GoogleCloudDialogflowCxV3WebhookResponse

Webhooks host the developer's business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow's natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the webhook is disabled.

Link copied to clipboard

The human-readable name of the webhook, unique within the agent.

Link copied to clipboard
Link copied to clipboard

The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: projects//locations//agents//webhooks/.

Link copied to clipboard

Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.