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-03-21 UTC."],[[["The content provides documentation for the `ImportIntentsRequest.Types.MergeOption` enum within the Google.Cloud.Dialogflow.Cx.V3 API, showing its availability across different versions, ranging from 1.0.0 to 2.23.0."],["This enum defines how to handle intent conflicts when importing, including options such as `Keep`, `Merge`, `Reject`, `Rename`, `Replace`, `ReportConflict`, and `Unspecified`."],["The `Reject` field is deprecated in favor of `ReportConflict` for handling display name conflicts during intent imports."],["Each version of the API has a corresponding link to its specific documentation for the `MergeOption`, enabling users to view version-specific details."],["The latest version of this API is version 2.23.0, which can be found through the link labeled (latest)."]]],[]]