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].
Implements
IMessageCreateWebhookRequest, IEquatableCreateWebhookRequest, IDeepCloneableCreateWebhookRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CreateWebhookRequest()
public CreateWebhookRequest()
CreateWebhookRequest(CreateWebhookRequest)
public CreateWebhookRequest(CreateWebhookRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateWebhookRequest |
Properties
Parent
public string Parent { get; set; }
Required. The agent to create a webhook for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
Webhook
public Webhook Webhook { get; set; }
Required. The webhook to create.
Property Value | |
---|---|
Type | Description |
Webhook |