Class CreateWebhookRequest (1.11.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

Object > CreateWebhookRequest

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
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