Google Cloud Dialogflow v2 API - Class ExportOperationMetadata (4.18.0)

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

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

Metadata related to the Export Data Operations (e.g. ExportDocument).

Inheritance

object > ExportOperationMetadata

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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