Webhook

class Webhook : KotlinCustomResource

Creates a webhook in the specified agent.

Properties

Link copied to clipboard
val agentId: Output<String>
Link copied to clipboard
val disabled: Output<Boolean>

Indicates whether the webhook is disabled.

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard

Configuration for a generic web service.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val timeout: Output<String>

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.

Link copied to clipboard
val urn: Output<String>