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"]],[["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 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."]]],[]]