public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessageThe request message for [Intents.DeleteIntent][google.cloud.dialogflow.cx.v3.Intents.DeleteIntent].
Inheritance
System.Object > DeleteIntentRequestImplements
Google.Protobuf.IMessage<DeleteIntentRequest>, System.IEquatable<DeleteIntentRequest>, Google.Protobuf.IDeepCloneable<DeleteIntentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DeleteIntentRequest()
public DeleteIntentRequest()DeleteIntentRequest(DeleteIntentRequest)
public DeleteIntentRequest(DeleteIntentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteIntentRequest |
Properties
IntentName
public IntentName IntentName { get; set; }IntentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
IntentName |
|
Name
public string Name { get; set; }Required. The name of the intent to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/intents/<Intent ID>.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|