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