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 page details the `CreateWebhookRequest` class, which is used to create webhooks within the Google Cloud Dialogflow CX V3 API."],["The `CreateWebhookRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the Google.Cloud.Dialogflow.Cx.V3.dll assembly."],["The class includes constructors and properties like `Parent` (agent identifier), `ParentAsAgentName`, and `Webhook` (the webhook to be created)."],["The latest version for this class is `2.23.0`, and the documentation provides access to documentation for versions ranging from 1.0.0 to the latest release, and they are all linked to the same class."],["The CreateWebhookRequest class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]