Dialogflow v3 API - Class ExportFlowResponse (2.25.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
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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.