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