Google Cloud Dialogflow v2 API - Class BatchDeleteIntentsRequest (4.18.0)

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

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

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

Inheritance

object > BatchDeleteIntentsRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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. Format: projects/<Project 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