public sealed class ExportOperationMetadata : IMessage<ExportOperationMetadata>, IEquatable<ExportOperationMetadata>, IDeepCloneable<ExportOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ExportOperationMetadata.
Metadata related to the Export Data Operations (e.g. ExportDocument).
Implements
IMessageExportOperationMetadata, IEquatableExportOperationMetadata, IDeepCloneableExportOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ExportOperationMetadata()
public ExportOperationMetadata()
ExportOperationMetadata(ExportOperationMetadata)
public ExportOperationMetadata(ExportOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ExportOperationMetadata |
Properties
ExportedGcsDestination
public GcsDestination ExportedGcsDestination { get; set; }
Cloud Storage file path of the exported data.
Property Value | |
---|---|
Type | Description |
GcsDestination |