public sealed class ReloadDocumentRequest : IMessage<ReloadDocumentRequest>, IEquatable<ReloadDocumentRequest>, IDeepCloneable<ReloadDocumentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ReloadDocumentRequest.
Request message for [Documents.ReloadDocument][google.cloud.dialogflow.v2beta1.Documents.ReloadDocument].
Implements
IMessageReloadDocumentRequest, IEquatableReloadDocumentRequest, IDeepCloneableReloadDocumentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ReloadDocumentRequest()
public ReloadDocumentRequest()
ReloadDocumentRequest(ReloadDocumentRequest)
public ReloadDocumentRequest(ReloadDocumentRequest other)
Parameter | |
---|---|
Name | Description |
other |
ReloadDocumentRequest |
Properties
DocumentName
public DocumentName DocumentName { get; set; }
DocumentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DocumentName |
GcsSource
public GcsSource GcsSource { get; set; }
The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
Property Value | |
---|---|
Type | Description |
GcsSource |
ImportGcsCustomMetadata
public bool ImportGcsCustomMetadata { get; set; }
Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Required. The name of the document to reload.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
Property Value | |
---|---|
Type | Description |
string |
SourceCase
public ReloadDocumentRequest.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ReloadDocumentRequestSourceOneofCase |