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

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

Inheritance

object > ExportOperationMetadata

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ExportOperationMetadata()

public ExportOperationMetadata()

ExportOperationMetadata(ExportOperationMetadata)

public ExportOperationMetadata(ExportOperationMetadata other)
Parameter
NameDescription
otherExportOperationMetadata

Properties

ExportedGcsDestination

public GcsDestination ExportedGcsDestination { get; set; }

Cloud Storage file path of the exported data.

Property Value
TypeDescription
GcsDestination