public sealed class CreateWebhookRequest : IMessage<CreateWebhookRequest>, IEquatable<CreateWebhookRequest>, IDeepCloneable<CreateWebhookRequest>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `CreateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET framework."],["The `CreateWebhookRequest` class is used for creating webhook requests in Dialogflow CX, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `CreateWebhookRequest`, with version 2.23.0 being the latest, and ranges from 1.0.0 up to 2.23.0."],["The `CreateWebhookRequest` class includes properties like `Parent` (the agent's location and project details), `ParentAsAgentName` (a type-safe view of `Parent`), and `Webhook` (the webhook object to be created)."]]],[]]