Class BatchDeleteEntitiesRequest
The request message for [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class BatchDeleteEntitiesRequest : IMessage<BatchDeleteEntitiesRequest>, IEquatable<BatchDeleteEntitiesRequest>, IDeepCloneable<BatchDeleteEntitiesRequest>, IBufferMessage, IMessage
Constructors
BatchDeleteEntitiesRequest()
Declaration
public BatchDeleteEntitiesRequest()
BatchDeleteEntitiesRequest(BatchDeleteEntitiesRequest)
Declaration
public BatchDeleteEntitiesRequest(BatchDeleteEntitiesRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteEntitiesRequest | other |
Properties
EntityValues
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>
.
Declaration
public RepeatedField<string> EntityValues { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
LanguageCode
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.
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The name of the entity type to delete entries for. Format:
projects/<Project ID>/agent/entityTypes/<Entity Type ID>
.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsEntityTypeName
EntityTypeName-typed view over the Parent resource name property.
Declaration
public EntityTypeName ParentAsEntityTypeName { get; set; }
Property Value
Type | Description |
---|---|
EntityTypeName |