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, detailing its use in creating webhooks for Dialogflow CX agents."],["The `CreateWebhookRequest` class is part of the Google.Cloud.Dialogflow.Cx.V3 library, contained within the Google.Cloud.Dialogflow.Cx.V3.dll assembly, and it inherits from System.Object."],["The page lists the various versions of the Google.Cloud.Dialogflow.Cx.V3 library, ranging from version 1.0.0 up to the latest version 2.23.0, each linking to its respective `CreateWebhookRequest` documentation."],["The `CreateWebhookRequest` class includes properties such as `Parent` (a string representing the agent path) and `Webhook` (the webhook object to create) that are necessary to send the correct request."],["The class implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, allowing for message creation, equality checks, deep cloning, and buffer management."]]],[]]