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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]