Class DeleteIntentRequest (3.4.0)

public sealed class DeleteIntentRequest : IMessage<DeleteIntentRequest>, IEquatable<DeleteIntentRequest>, IDeepCloneable<DeleteIntentRequest>, IBufferMessage, IMessage

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