Google Cloud Dialogflow v2 API - Class BatchDeleteIntentsRequest (4.27.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
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
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
Type Description
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.