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."],[[["The `CreateWebhookRequest` class is used to send a request to create a new webhook within the Dialogflow CX environment."],["This class is a part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is included in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and is compatible with .NET."],["The latest version of the Dialogflow CX library available is 2.23.0, but the webpage lists the availability of versions all the way back to 1.0.0."],["The `CreateWebhookRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with Google's Protobuf system and providing functionalities for message handling, equality checks, cloning, and buffering."],["The class has two constructors, a default constructor and a copy constructor, and it contains three properties, `Parent`, `ParentAsAgentName`, and `Webhook`, which are necessary to define the parameters of creating a new webhook."]]],[]]