Class CreateWebhookRequest (1.0.0)

public sealed class CreateWebhookRequest : IMessage<CreateWebhookRequest>, IEquatable<CreateWebhookRequest>, IDeepCloneable<CreateWebhookRequest>, IBufferMessage, IMessage

The request message for [Webhooks.CreateWebhook][google.cloud.dialogflow.cx.v3.Webhooks.CreateWebhook].

Inheritance

System.Object > CreateWebhookRequest

Implements

Google.Protobuf.IMessage<CreateWebhookRequest>, System.IEquatable<CreateWebhookRequest>, Google.Protobuf.IDeepCloneable<CreateWebhookRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateWebhookRequest()

public CreateWebhookRequest()

CreateWebhookRequest(CreateWebhookRequest)

public CreateWebhookRequest(CreateWebhookRequest other)
Parameter
NameDescription
otherCreateWebhookRequest

Properties

Parent

public string Parent { get; set; }

Required. The agent to create a webhook for. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
System.String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName

Webhook

public Webhook Webhook { get; set; }

Required. The webhook to create.

Property Value
TypeDescription
Webhook