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 implementation, inheritance, and members."],["The `CreateWebhookRequest` class is used to create a request message for the `Webhooks.CreateWebhook` function, allowing users to define the parameters for creating a new webhook within a Dialogflow CX agent."],["The webpage covers multiple versions of the Dialogflow v3 API, ranging from version 1.0.0 to 2.23.0, with each version's documentation accessible via links."],["Key properties of the `CreateWebhookRequest` class include `Parent` and `Webhook`, which are used to specify the agent for which the webhook is created and the details of the webhook itself, respectively."],["The CreateWebhookRequest class inherits from object and implements IMessage\u003cCreateWebhookRequest\u003e, IEquatable\u003cCreateWebhookRequest\u003e, IDeepCloneable\u003cCreateWebhookRequest\u003e, IBufferMessage, and IMessage."]]],[]]