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-04-09 UTC."],[[["This webpage provides reference documentation for the `FlowImportStrategy` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `FlowImportStrategy` class is used to define how resource conflicts are resolved during the flow import process, as part of an `ImportFlowRequest`."],["The documentation includes details about the class's inheritance, implemented interfaces, constructors, properties, and a list of available versions, ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["The `GlobalImportStrategy` property, which determines the conflict resolution strategy, is configurable and defaults to 'CREATE_NEW' if unspecified."],["This webpage is for version 2.21.0, however, it is not the latest version, and the latest is instead 2.23.0."]]],[]]