Class GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
Inheritance
GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypeNames
Declaration
[JsonProperty("entityTypeNames")]
public virtual IList<string> EntityTypeNames { get; set; }
Property Value
Implements