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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]