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."],[[["The latest version of the `CreateWebhookRequest` class is 2.23.0, part of the `Google.Cloud.Dialogflow.Cx.V3` library within the .NET ecosystem."],["This class is a request message used for creating webhooks, specifically via the `Webhooks.CreateWebhook` method in the Google Cloud Dialogflow CX v3 API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for operations like serialization, comparison, deep cloning and to act as a Protocol Buffer message."],["Key properties of the `CreateWebhookRequest` include `Parent`, which specifies the agent to which the webhook belongs, and `Webhook`, which defines the webhook's configuration."],["There are 37 versions of the `CreateWebhookRequest` class listed on this page, ranging from 1.0.0 up to the latest version of 2.23.0, where each of the versions are also available on this page."]]],[]]