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

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchDeleteIntentsRequest.

The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2beta1.Intents.BatchDeleteIntents].

Inheritance

object > BatchDeleteIntentsRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

BatchDeleteIntentsRequest()

public BatchDeleteIntentsRequest()

BatchDeleteIntentsRequest(BatchDeleteIntentsRequest)

public BatchDeleteIntentsRequest(BatchDeleteIntentsRequest other)
Parameter
NameDescription
otherBatchDeleteIntentsRequest

Properties

Intents

public RepeatedField<Intent> Intents { get; }

Required. The collection of intents to delete. Only intent name must be filled in.

Property Value
TypeDescription
RepeatedFieldIntent

Parent

public string Parent { get; set; }

Required. The name of the agent to delete all entities types for. Supported formats:

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

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName