Gemini Enterprise for Customer Experience v1beta API - Enum ImportEvaluationsRequest.Types.ImportOptions.Types.ConflictResolutionStrategy (1.0.0-beta01)

public enum ImportEvaluationsRequest.Types.ImportOptions.Types.ConflictResolutionStrategy

Reference 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.V1Beta

Assembly

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.