Class GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest
Inheritance
GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2BatchUpdateEntityTypesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypeBatchInline
Declaration
[JsonProperty("entityTypeBatchInline")]
public virtual GoogleCloudDialogflowV2EntityTypeBatch 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