public enum ImportEvaluationsRequest.Types.ImportOptions.Types.ConflictResolutionStrategyReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API enum ImportEvaluationsRequest.Types.ImportOptions.Types.ConflictResolutionStrategy.
Defines the strategy for handling conflicts when an evaluation with the same evaluation ID already exists in the app.
Namespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Duplicate |
Keep the existing evaluation and duplicate the new one as a new evaluation. |
Overwrite |
Overwrite the existing evaluation with the new one. |
Skip |
Keep the existing evaluation and skip the new one. |
Unspecified |
The conflict resolution strategy is unspecified. |