Class BatchDeleteIntentsRequest (4.1.0)

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

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
RepeatedField<Intent>

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