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].
Implements
IMessageFlowImportStrategy, IEquatableFlowImportStrategy, IDeepCloneableFlowImportStrategy, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
FlowImportStrategy()
public FlowImportStrategy()
FlowImportStrategy(FlowImportStrategy)
public FlowImportStrategy(FlowImportStrategy other)
Parameter | |
---|---|
Name | Description |
other |
FlowImportStrategy |
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 | |
---|---|
Type | Description |
ImportStrategy |