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 provides documentation for the `CreateWebhookRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for creating webhooks in Dialogflow CX."],["The latest version available is 2.23.0, with a history of versions ranging from 1.0.0 up to the most recent."],["The `CreateWebhookRequest` class is a request message used in the `Webhooks.CreateWebhook` method and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, a string representing the agent to create the webhook for and `Webhook` to set the webhook."],["There are two different constructors for the `CreateWebhookRequest` class, one default and one to set the fields based on an existing `CreateWebhookRequest`."]]],[]]