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, 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)."]]],[]]