Gemini Enterprise for Customer Experience v1 API - Enum ImportAppRequest.Types.ImportOptions.Types.ConflictResolutionStrategy (1.0.0-beta01)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum ImportAppRequest.Types.ImportOptions.Types.ConflictResolutionStrategy.
Defines the strategy for handling conflicts when an app with the same ID
already exists, or when imported resources (like Agents, Tools, etc.)
have the same display names as existing resources within that app.
Overwrite existing data with imported data.
If an app with the same app_id already exists, its content will be
overwritten with the imported app.
Existing resources (Agents, Tools, Examples, Guardrails, Toolsets) in
the app will be deleted.
Imported resources will be created as new resources.
Replace
Replace existing data with imported data.
If an app with the same app_id already exists, its content will be
updated based on the imported app.
Resources (App, Agents, Tools, Examples, Guardrails, Toolsets) in the
imported app that have the same display name as existing resources
will overwrite the existing ones.
Imported resources with new display names will be created.
Existing resources that do not have a matching display name in the
imported app will remain untouched.
[[["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 2026-02-27 UTC."],[],[]]