public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteIntentRequest.
The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2beta1.Intents.DeleteIntent].
Implements
IMessageDeleteIntentRequest, IEquatableDeleteIntentRequest, IDeepCloneableDeleteIntentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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. If this intent has direct or indirect followup intents, we also delete them.
Supported formats:
projects/<Project ID>/agent/intents/<Intent ID>
projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>
Property Value | |
---|---|
Type | Description |
string |