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 `CreateWebhookRequest` class is used to send a request to create a new webhook within the Google Cloud Dialogflow CX environment."],["This page provides documentation for the `CreateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 up to the latest 2.23.0."],["The `CreateWebhookRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateWebhookRequest` class includes properties such as `Parent`, which specifies the agent for the webhook, and `Webhook`, which contains the details of the webhook to be created."],["There are two constructor methods for creating a `CreateWebhookRequest` instance, one that creates a new instance and another that copies from an existing instance."]]],[]]