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].
Implements
IMessageExportDocumentRequest, IEquatableExportDocumentRequest, IDeepCloneableExportDocumentRequest, 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 |
ExportDocumentRequestDestinationOneofCase |
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 |
bool |
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 |
bool |