Google Cloud Dialogflow v2 API - Class ExportDocumentRequest (4.18.0)

public sealed class ExportDocumentRequest : IMessage<ExportDocumentRequest>, IEquatable<ExportDocumentRequest>, IDeepCloneable<ExportDocumentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ExportDocumentRequest.

Request message for [Documents.ExportDocument][google.cloud.dialogflow.v2.Documents.ExportDocument].

Inheritance

object > ExportDocumentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ExportDocumentRequest()

public ExportDocumentRequest()

ExportDocumentRequest(ExportDocumentRequest)

public ExportDocumentRequest(ExportDocumentRequest other)
Parameter
NameDescription
otherExportDocumentRequest

Properties

DestinationCase

public ExportDocumentRequest.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ExportDocumentRequestDestinationOneofCase

DocumentName

public DocumentName DocumentName { get; set; }

DocumentName-typed view over the Name resource name property.

Property Value
TypeDescription
DocumentName

ExportFullContent

public bool ExportFullContent { get; set; }

When enabled, export the full content of the document including empirical probability.

Property Value
TypeDescription
bool

GcsDestination

public GcsDestination GcsDestination { get; set; }

Cloud Storage file path to export the document.

Property Value
TypeDescription
GcsDestination

Name

public string Name { get; set; }

Required. The name of the document to export. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.

Property Value
TypeDescription
string

SmartMessagingPartialUpdate

public bool SmartMessagingPartialUpdate { get; set; }

When enabled, export the smart messaging allowlist document for partial update.

Property Value
TypeDescription
bool