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 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`, ensuring compatibility with Google Protobuf and providing functionalities like deep cloning and equality comparison."],["The latest version of the `CreateWebhookRequest` is available under the 2.23.0 version, while the page displays multiple historical versions that range from 2.22.0 down to 1.0.0."],["The class includes properties like `Parent`, which specifies the agent to which the webhook will be associated, and `Webhook`, which defines the webhook's configuration, with both having required fields."],["There are two constructors available, a default constructor and one that allows creating an object based on an existing `CreateWebhookRequest` instance."]]],[]]