Dialogflow v3 API - Class ExportFlowResponse (2.2.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ExportFlowResponse.

The response message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].

Inheritance

Object > ExportFlowResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ExportFlowResponse()

public ExportFlowResponse()

ExportFlowResponse(ExportFlowResponse)

public ExportFlowResponse(ExportFlowResponse other)
Parameter
NameDescription
otherExportFlowResponse

Properties

FlowCase

public ExportFlowResponse.FlowOneofCase FlowCase { get; }
Property Value
TypeDescription
ExportFlowResponse.FlowOneofCase

FlowContent

public ByteString FlowContent { get; set; }

Uncompressed raw byte content for flow.

Property Value
TypeDescription
ByteString

FlowUri

public string FlowUri { get; set; }

The URI to a file containing the exported flow. This field is populated only if flow_uri is specified in [ExportFlowRequest][google.cloud.dialogflow.cx.v3.ExportFlowRequest].

Property Value
TypeDescription
String