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."],[[["The provided content details the `CreateWebhookRequest` class within the Google Cloud Dialogflow CX V3 API, specifically for .NET."],["This class is used to create a request for the `Webhooks.CreateWebhook` method within the Dialogflow CX V3 API."],["The documentation lists various versions of the Dialogflow CX V3 API, ranging from the latest 2.23.0 down to 1.0.0."],["The `CreateWebhookRequest` class includes properties such as `Parent` (agent to create the webhook for), `ParentAsAgentName` (AgentName-typed view), and `Webhook` (the webhook to be created)."],["This class has multiple implementations such as: `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."]]],[]]