public sealed class CreateWebhookRequest : IMessage<CreateWebhookRequest>, IEquatable<CreateWebhookRequest>, IDeepCloneable<CreateWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateWebhookRequest.
The request message for
[Webhooks.CreateWebhook][google.cloud.dialogflow.cx.v3.Webhooks.CreateWebhook].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for the `CreateWebhookRequest` class in the Dialogflow v3 API is 2.23.0, but there are multiple versions available dating back to version 1.0.0."],["This webpage provides reference documentation and code samples for the `CreateWebhookRequest` class, which is a part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["`CreateWebhookRequest` is used to create a new webhook, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateWebhookRequest` class has properties for `Parent`, which specifies the agent for the new webhook, and `Webhook`, which describes the webhook to be created."],["The `Parent` property's format is `projects/\u003cProjectID\u003e/locations/\u003cLocationID\u003e/agents/\u003cAgentID\u003e` and it is linked to an `AgentName` type view, indicating it is a required parameter."]]],[]]