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 in version 1.5.0 of the Google.Cloud.Dialogflow.Cx.V3 library, with the most current version being 2.23.0, alongside many previous versions."],["The `CreateWebhookRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Parent` (a string representing the agent), `ParentAsAgentName` (an AgentName-typed view of the parent), and `Webhook` (the details of the webhook to create)."],["The `CreateWebhookRequest` class has two constructors: one default and one that accepts another `CreateWebhookRequest` instance for copying."]]],[]]