public sealed class CreateWebhookRequest : IMessage<CreateWebhookRequest>, IEquatable<CreateWebhookRequest>, IDeepCloneable<CreateWebhookRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateWebhookRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, with the latest version being 2.23.0."],["The `CreateWebhookRequest` class is used to create webhook requests in the Dialogflow v3 API and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes constructors to create an empty or a copied `CreateWebhookRequest` object."],["Key properties of `CreateWebhookRequest` are `Parent` (for specifying the agent), `ParentAsAgentName` (a typed view of the Parent), and `Webhook` (for the webhook details)."],["This webpage contains a detailed list of all previous versions for the CreateWebhookRequest, ranging from the latest 2.23.0 all the way back to 1.0.0."]]],[]]