Google Cloud Dialogflow v2beta1 API - Class ReloadDocumentRequest (1.0.0-beta15)

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].

Inheritance

object > ReloadDocumentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ReloadDocumentRequest()

public ReloadDocumentRequest()

ReloadDocumentRequest(ReloadDocumentRequest)

public ReloadDocumentRequest(ReloadDocumentRequest other)
Parameter
NameDescription
otherReloadDocumentRequest

Properties

DocumentName

public DocumentName DocumentName { get; set; }

DocumentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

SourceCase

public ReloadDocumentRequest.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ReloadDocumentRequestSourceOneofCase