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 page details the `CreateWebhookRequest` class, which is used to create webhooks within the Google Cloud Dialogflow CX V3 API."],["This class, `CreateWebhookRequest`, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `Object` class."],["There are two constructors available for `CreateWebhookRequest`, one default and another that takes an existing `CreateWebhookRequest` object as a parameter."],["The `CreateWebhookRequest` class has three properties: `Parent`, `ParentAsAgentName`, and `Webhook`, which are used to specify the agent and webhook details, and are crucial to define the context and configuration of the new webhook."],["The page provides links to various versions of the `CreateWebhookRequest`, showing a range from version 1.0.0 up to 2.23.0, with 2.23.0 being the latest."]]],[]]