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].
Implements
IMessageBatchDeleteEntitiesRequest, IEquatableBatchDeleteEntitiesRequest, IDeepCloneableBatchDeleteEntitiesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
BatchDeleteEntitiesRequest()
public BatchDeleteEntitiesRequest()
BatchDeleteEntitiesRequest(BatchDeleteEntitiesRequest)
public BatchDeleteEntitiesRequest(BatchDeleteEntitiesRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchDeleteEntitiesRequest |
Properties
EntityValues
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>
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
LanguageCode
public string LanguageCode { get; set; }
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; }
EntityTypeName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EntityTypeName |