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