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 API, specifically for the .NET environment."],["The `CreateWebhookRequest` class is used for creating a webhook, which is part of the `Webhooks.CreateWebhook` function in the Dialogflow CX API, as documented in version 2.16.0 and earlier."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The page lists all available versions of this class, starting from the latest 2.23.0 version down to the oldest 1.0.0, with links to each version's specific documentation."],["Key properties of the `CreateWebhookRequest` class include `Parent`, which specifies the agent to which the webhook will belong, and `Webhook`, which holds the webhook object itself."]]],[]]