Class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
Inheritance
GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypeBatchInline
Declaration
[JsonProperty("entityTypeBatchInline")]
public virtual GoogleCloudDialogflowV2beta1EntityTypeBatch EntityTypeBatchInline { get; set; }
Property Value
EntityTypeBatchUri
Declaration
[JsonProperty("entityTypeBatchUri")]
public virtual string EntityTypeBatchUri { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
UpdateMask
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Implements