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 page details the `CreateWebhookRequest` class, which is the request message for creating webhooks in the Dialogflow CX V3 API."],["The latest version of the documentation available is 2.23.0, while the current page is focused on version 1.13.0, and there are multiple other versions available, ranging from 1.0.0 up to 2.23.0."],["The `CreateWebhookRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateWebhookRequest` class has two constructors and three main properties: `Parent` (the agent for which to create a webhook), `ParentAsAgentName` (a type-safe representation of the Parent), and `Webhook` (the webhook to create)."]]],[]]