Dialogflow v3 API - Class FlowImportStrategy (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class FlowImportStrategy.

The flow import strategy used for resource conflict resolution associated with an [ImportFlowRequest][google.cloud.dialogflow.cx.v3.ImportFlowRequest].

Inheritance

object > FlowImportStrategy

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FlowImportStrategy()

public FlowImportStrategy()

FlowImportStrategy(FlowImportStrategy)

public FlowImportStrategy(FlowImportStrategy other)
Parameter
NameDescription
otherFlowImportStrategy

Properties

GlobalImportStrategy

public ImportStrategy GlobalImportStrategy { get; set; }

Optional. Import strategy for resource conflict resolution, applied globally throughout the flow. It will be applied for all display name conflicts in the imported content. If not specified, 'CREATE_NEW' is assumed.

Property Value
TypeDescription
ImportStrategy