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 details the `CreateWebhookRequest` class, which is used to create webhooks within the Google Cloud Dialogflow CX V3 service."],["The `CreateWebhookRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile object manipulation and comparison."],["The `CreateWebhookRequest` class features constructors for creating new instances, either blank or as copies of other instances, and is located within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The class provides properties such as `Parent`, which specifies the agent for which the webhook is created, `ParentAsAgentName` which provides a typed view of the parent, and `Webhook`, which contains the details of the webhook to be created."],["The page lists available versions of the Google Cloud Dialogflow CX V3, from the latest 2.23.0 down to version 1.0.0, for which `CreateWebhookRequest` is available."]]],[]]