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 latest version of the Google.Cloud.Dialogflow.Cx.V3 library available is 2.23.0, and the page provides links to documentation for multiple versions, ranging from 1.0.0 up to 2.23.0."],["`CreateWebhookRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `CreateWebhookRequest` class includes properties like `Parent`, which specifies the agent to create a webhook for, and `Webhook`, which defines the webhook details."],["There are two constructors available for `CreateWebhookRequest`, one default and one that accepts another `CreateWebhookRequest` as an argument for copying."]]],[]]