Google Cloud Dialogflow v2beta1 API - Class DeleteIntentRequest (1.0.0-beta15)

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

Inheritance

object > DeleteIntentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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.

Supported formats:

  • projects/<Project ID>/agent/intents/<Intent ID>
  • projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>
Property Value
TypeDescription
string