public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteIntentRequest.
The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent].
Implements
IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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.
Format: projects/<Project ID>/agent/intents/<Intent ID>
.
Property Value | |
---|---|
Type | Description |
String |