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, with the latest version being 2.23.0 and goes all the way back to version 1.0.0."],["The `CreateWebhookRequest` class is a message used for creating webhooks in the Dialogflow CX v3 API, specifically for the `Webhooks.CreateWebhook` method."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CreateWebhookRequest` has two constructors, a default constructor and a constructor that takes another `CreateWebhookRequest` object as a parameter, as well as two properties `Parent` and `Webhook` which are required to properly create the webhook."],["The `Parent` property is a string representing the agent to create the webhook for and follows a specific format while `ParentAsAgentName` is its AgentName-typed view, and the `Webhook` property represents the webhook to be created."]]],[]]