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].
Implements
IMessageBatchDeleteIntentsRequest, IEquatableBatchDeleteIntentsRequest, IDeepCloneableBatchDeleteIntentsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
BatchDeleteIntentsRequest()
public BatchDeleteIntentsRequest()
BatchDeleteIntentsRequest(BatchDeleteIntentsRequest)
public BatchDeleteIntentsRequest(BatchDeleteIntentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchDeleteIntentsRequest |
Properties
Intents
public RepeatedField<Intent> Intents { get; }
Required. The collection of intents to delete. Only intent name
must be
filled in.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |