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`, allowing for versatile object manipulation and comparison."],["The `CreateWebhookRequest` class features constructors for creating new instances, either blank or as copies of other instances, and is located within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The class provides properties such as `Parent`, which specifies the agent for which the webhook is created, `ParentAsAgentName` which provides a typed view of the parent, and `Webhook`, which contains the details of the webhook to be created."],["The page lists available versions of the Google Cloud Dialogflow CX V3, from the latest 2.23.0 down to version 1.0.0, for which `CreateWebhookRequest` is available."]]],[]]