mergeOption property

String? mergeOption
getter/setter pair

Merge option for importing entity types.

Required. Possible string values are:

  • "MERGE_OPTION_UNSPECIFIED" : Unspecified. If used, system uses REPORT_CONFLICT as default.
  • "REPLACE" : Replace the original entity type in the agent with the new entity type when display name conflicts exist.
  • "MERGE" : Merge the original entity type with the new entity type when display name conflicts exist.
  • "RENAME" : Create new entity types with new display names to differentiate them from the existing entity types when display name conflicts exist.
  • "REPORT_CONFLICT" : Report conflict information if display names conflict is detected. Otherwise, import entity types.
  • "KEEP" : Keep the original entity type and discard the conflicting new entity type when display name conflicts exist.

Implementation

core.String? mergeOption;