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 webpage provides reference documentation for the `CreateWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, detailing its purpose as a request message for creating webhooks."],["The latest version available is 2.23.0, with a comprehensive list of versions ranging down to 1.0.0, each with links to their specific documentation."],["The `CreateWebhookRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer communication."],["Key properties of the `CreateWebhookRequest` class include `Parent`, representing the agent for which to create a webhook, and `Webhook`, which defines the webhook to be created, both of which are required for the request."],["There are two constructors available, a default constructor and one that accepts another `CreateWebhookRequest` object for creating a copy."]]],[]]