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 documentation for the `CreateWebhookRequest` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.19.0 and its associated functionalities."],["The latest version documented is 2.23.0, with a full historical log of versions spanning from 1.0.0 to 2.23.0 available on this page, allowing users to view differences between each release."],["`CreateWebhookRequest` is used to send a request message for creating webhooks within Dialogflow CX v3, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateWebhookRequest` include `Parent`, which specifies the agent to create a webhook for, and `Webhook`, which contains the webhook's details, with `ParentAsAgentName` being a type view of the parent property."],["The page offers two constructors for the class, one parameterless and another for making a copy from an existing `CreateWebhookRequest`."]]],[]]