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