Keep the original intent and discard the conflicting new intent when
display name conflicts exist.
Merge
Merge the original intent with the new intent when display name conflicts
exist.
Reject
DEPRECATED: Please use
[REPORT_CONFLICT][ImportIntentsRequest.REPORT_CONFLICT] instead.
Fail the request if there are intents whose display names conflict with
the display names of intents in the agent.
Rename
Create new intents with new display names to differentiate them from the
existing intents when display name conflicts exist.
Replace
Replace the original intent in the agent with the new intent when display
name conflicts exist.
ReportConflict
Report conflict information if display names conflict is detected.
Otherwise, import intents.
[[["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."],[[["The content provides a detailed list of versions for the `Google.Cloud.Dialogflow.Cx.V3.ImportIntentsRequest.Types.MergeOption` enum, ranging from version 2.23.0 (latest) down to 1.0.0."],["This enum, `ImportIntentsRequest.Types.MergeOption`, is used in the Dialogflow v3 API to handle conflicts during the import of intents, specifically when display name collisions occur."],["The `MergeOption` enum offers various fields, such as `Keep`, `Merge`, `Reject`, `Rename`, `Replace`, `ReportConflict`, and `Unspecified`, each specifying a different way to manage display name conflicts."],["The `Reject` field is deprecated and users are instructed to use `REPORT_CONFLICT` instead, which will report conflict information and import intents if there is no conflict."],["The `Unspecified` field is an option that should not be used within this enum."]]],[]]