Class GoogleCloudDialogflowV2beta1ReloadDocumentRequest
Inheritance
GoogleCloudDialogflowV2beta1ReloadDocumentRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ReloadDocumentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GcsSource
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDialogflowV2beta1GcsSource GcsSource { get; set; }
Property Value
Declaration
[JsonProperty("importGcsCustomMetadata")]
public virtual bool? ImportGcsCustomMetadata { get; set; }
Property Value
Implements