GetWebhookResult

data class GetWebhookResult(val disabled: Boolean, val displayName: String, val genericWebService: GoogleCloudDialogflowCxV3WebhookGenericWebServiceResponse, val name: String, val serviceDirectory: GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfigResponse, val timeout: String)

Constructors

Link copied to clipboard

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.