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].
Implements
IMessageExportFlowResponse, IEquatableExportFlowResponse, IDeepCloneableExportFlowResponse, 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 |
ExportFlowResponseFlowOneofCase |
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 |
HasFlowContent
public bool HasFlowContent { get; }
Gets whether the "flow_content" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasFlowUri
public bool HasFlowUri { get; }
Gets whether the "flow_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |