public sealed class ExportFlowResponse : IMessage<ExportFlowResponse>, IEquatable<ExportFlowResponse>, IDeepCloneable<ExportFlowResponse>, IBufferMessage, IMessage
The response message for [Flows.ExportFlow][google.cloud.dialogflow.cx.v3.Flows.ExportFlow].
Implements
IMessage<ExportFlowResponse>, IEquatable<ExportFlowResponse>, IDeepCloneable<ExportFlowResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ExportFlowResponse()
public ExportFlowResponse()
ExportFlowResponse(ExportFlowResponse)
public ExportFlowResponse(ExportFlowResponse other)
Parameter | |
---|---|
Name | Description |
other | ExportFlowResponse |
Properties
FlowCase
public ExportFlowResponse.FlowOneofCase FlowCase { get; }
Property Value | |
---|---|
Type | Description |
ExportFlowResponse.FlowOneofCase |
FlowContent
public ByteString FlowContent { get; set; }
Uncompressed raw byte content for flow.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |