Class ImportFlowResponse (1.3.0)

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

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

Inheritance

Object > ImportFlowResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportFlowResponse()

public ImportFlowResponse()

ImportFlowResponse(ImportFlowResponse)

public ImportFlowResponse(ImportFlowResponse other)
Parameter
Name Description
other ImportFlowResponse

Properties

Flow

public string Flow { get; set; }

The unique identifier of the new flow. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>.

Property Value
Type Description
String

FlowAsFlowName

public FlowName FlowAsFlowName { get; set; }

FlowName-typed view over the Flow resource name property.

Property Value
Type Description
FlowName

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.