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 used to create webhooks within the Google Cloud Dialogflow CX V3 service."],["The latest version of the Google.Cloud.Dialogflow.Cx.V3 API is 2.23.0, with many previous versions available for reference, dating down to version 1.0.0."],["`CreateWebhookRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateWebhookRequest` class has properties such as `Parent`, which is the required agent to create a webhook for, `ParentAsAgentName`, and `Webhook` which details the webhook to be created."],["The primary function of the class is to facilitate the creation of webhooks through the `Webhooks.CreateWebhook` method within the Google Cloud Dialogflow CX V3 service."]]],[]]