public sealed class BatchDeleteEntitiesRequest : IMessage<BatchDeleteEntitiesRequest>, IEquatable<BatchDeleteEntitiesRequest>, IDeepCloneable<BatchDeleteEntitiesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchDeleteEntitiesRequest.
The request message for
[EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities].
public RepeatedField<string> EntityValues { get; }
Required. The reference values of the entities to delete. Note that
these are not fully-qualified names, i.e. they don't start with
projects/<Project ID>.
Optional. The language used to access language-specific data.
If not specified, the agent's default language is used.
For more information, see
Multilingual intent and entity
data.
Property Value
Type
Description
string
Parent
public string Parent { get; set; }
Required. The name of the entity type to delete entries for. Format:
projects/<Project ID>/agent/entityTypes/<Entity Type ID>.
Property Value
Type
Description
string
ParentAsEntityTypeName
public EntityTypeName ParentAsEntityTypeName { get; set; }
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eBatchDeleteEntitiesRequest\u003c/code\u003e class in the Google Cloud Dialogflow v2 API is 4.26.0, with numerous previous versions listed, starting from 3.2.0, up to the most current one.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchDeleteEntitiesRequest\u003c/code\u003e is a class used for requesting batch deletion of entities, implementing multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inheriting from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains properties for \u003ccode\u003eEntityValues\u003c/code\u003e (a list of entity values to delete), \u003ccode\u003eLanguageCode\u003c/code\u003e (optional language specification), and \u003ccode\u003eParent\u003c/code\u003e (required entity type name).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsEntityTypeName\u003c/code\u003e property provides a typed view of the \u003ccode\u003eParent\u003c/code\u003e resource name, indicating the entity type to which the deletions apply.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: one default constructor, and another one for copying another \u003ccode\u003eBatchDeleteEntitiesRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]