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 and spans across versions down to 1.0.0."],["The `CreateWebhookRequest` class is used to send requests to create a webhook, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inheriting from the base `object` class."],["The class has two constructors: a default one and another that takes an existing `CreateWebhookRequest` instance, allowing for the creation of a new object based on another."],["Key properties of `CreateWebhookRequest` include `Parent`, which specifies the agent to create the webhook for, `ParentAsAgentName`, which is a typed view of the `Parent` property, and `Webhook`, which defines the webhook to be created."],["The webpage lists a complete version history of the `CreateWebhookRequest` class, detailing versions from 2.23.0 down to 1.0.0, each with a link to the corresponding documentation."]]],[]]