Class ImportFlowRequest (1.4.0)

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

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

Inheritance

Object > ImportFlowRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ImportFlowRequest()

public ImportFlowRequest()

ImportFlowRequest(ImportFlowRequest)

public ImportFlowRequest(ImportFlowRequest other)
Parameter
Name Description
other ImportFlowRequest

Properties

FlowCase

public ImportFlowRequest.FlowOneofCase FlowCase { get; }
Property Value
Type Description
ImportFlowRequest.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 Google Cloud Storage URI to import flow from. The format of this URI must be gs://&lt;bucket-name>/&lt;object-name>.

Property Value
Type Description
String

ImportOption

public ImportFlowRequest.Types.ImportOption ImportOption { get; set; }

Flow import mode. If not specified, KEEP is assumed.

Property Value
Type Description
ImportFlowRequest.Types.ImportOption

Parent

public string Parent { get; set; }

Required. The agent to import the flow into. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
Type Description
String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

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.