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].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `FlowImportStrategy` class within the Google Cloud Dialogflow CX v3 API, detailing its functionality for managing resource conflict resolution during flow imports."],["The `FlowImportStrategy` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, and the latest available version is 2.23.0, but this page displays information for version 2.18.0, providing access to documentation for 37 different versions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["`FlowImportStrategy` has two constructors, a default constructor `FlowImportStrategy()` and one that takes another `FlowImportStrategy` as a parameter: `FlowImportStrategy(FlowImportStrategy other)`."],["It exposes a `GlobalImportStrategy` property of type `ImportStrategy`, which dictates how resource conflicts are resolved during the import process, defaulting to 'CREATE_NEW' if not specified."]]],[]]