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-06-12 UTC."],[[["This page provides reference documentation for the `CreateWebhookRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the .NET Dialogflow v3 API."],["The `CreateWebhookRequest` class is used to send a request to create a webhook using the `Webhooks.CreateWebhook` method, as outlined in the documentation."],["The documentation details various versions of the API, ranging from version 1.0.0 up to the latest version, 2.23.0, providing links to the CreateWebhookRequest documentation for each version."],["The `CreateWebhookRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateWebhookRequest` class has properties such as `Parent` and `Webhook` which are required to identify the agent for the webhook and to describe the webhook being created, and can also be constructed either as an empty class or by passing another object of the same class."]]],[]]