Dialogflow v3 API - Class DeleteIntentRequest (2.18.0)

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

Reference documentation and code samples for the Dialogflow v3 API class DeleteIntentRequest.

The request message for [Intents.DeleteIntent][google.cloud.dialogflow.cx.v3.Intents.DeleteIntent].

Inheritance

object > DeleteIntentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Property Value
Type Description
string