Google Cloud Dialogflow v2 API - Class DeleteIntentRequest (4.10.0)

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

Inheritance

object > DeleteIntentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DeleteIntentRequest()

public DeleteIntentRequest()

DeleteIntentRequest(DeleteIntentRequest)

public DeleteIntentRequest(DeleteIntentRequest other)
Parameter
NameDescription
otherDeleteIntentRequest

Properties

IntentName

public IntentName IntentName { get; set; }

IntentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string