public sealed class ExportDocumentRequest : IMessage<ExportDocumentRequest>, IEquatable<ExportDocumentRequest>, IDeepCloneable<ExportDocumentRequest>, IBufferMessage, IMessage
Request message for [Documents.ExportDocument][google.cloud.dialogflow.v2.Documents.ExportDocument].
Inheritance
System.Object > ExportDocumentRequestImplements
IMessage<ExportDocumentRequest>, IEquatable<ExportDocumentRequest>, IDeepCloneable<ExportDocumentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ExportDocumentRequest()
public ExportDocumentRequest()
ExportDocumentRequest(ExportDocumentRequest)
public ExportDocumentRequest(ExportDocumentRequest other)
Parameter | |
---|---|
Name | Description |
other | ExportDocumentRequest |
Properties
DestinationCase
public ExportDocumentRequest.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
ExportDocumentRequest.DestinationOneofCase |
DocumentName
public DocumentName DocumentName { get; set; }
DocumentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DocumentName |
ExportFullContent
public bool ExportFullContent { get; set; }
When enabled, export the full content of the document including empirical probability.
Property Value | |
---|---|
Type | Description |
Boolean |
GcsDestination
public GcsDestination GcsDestination { get; set; }
Cloud Storage file path to export the document.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
SmartMessagingPartialUpdate
public bool SmartMessagingPartialUpdate { get; set; }
When enabled, export the smart messaging allowlist document for partial update.
Property Value | |
---|---|
Type | Description |
Boolean |