Enum ImportEntityTypesRequest.MergeOption (0.52.0)

public enum ImportEntityTypesRequest.MergeOption extends Enum<ImportEntityTypesRequest.MergeOption> implements ProtocolMessageEnum

Merge option when display name conflicts exist during import.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.ImportEntityTypesRequest.MergeOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KEEP

Keep the original entity type and discard the conflicting new entity type when display name conflicts exist.

KEEP = 5;

KEEP_VALUE

Keep the original entity type and discard the conflicting new entity type when display name conflicts exist.

KEEP = 5;

MERGE

Merge the original entity type with the new entity type when display name conflicts exist.

MERGE = 2;

MERGE_OPTION_UNSPECIFIED

Unspecified. If used, system uses REPORT_CONFLICT as default.

MERGE_OPTION_UNSPECIFIED = 0;

MERGE_OPTION_UNSPECIFIED_VALUE

Unspecified. If used, system uses REPORT_CONFLICT as default.

MERGE_OPTION_UNSPECIFIED = 0;

MERGE_VALUE

Merge the original entity type with the new entity type when display name conflicts exist.

MERGE = 2;

RENAME

Create new entity types with new display names to differentiate them from the existing entity types when display name conflicts exist.

RENAME = 3;

RENAME_VALUE

Create new entity types with new display names to differentiate them from the existing entity types when display name conflicts exist.

RENAME = 3;

REPLACE

Replace the original entity type in the agent with the new entity type when display name conflicts exist.

REPLACE = 1;

REPLACE_VALUE

Replace the original entity type in the agent with the new entity type when display name conflicts exist.

REPLACE = 1;

REPORT_CONFLICT

Report conflict information if display names conflict is detected. Otherwise, import entity types.

REPORT_CONFLICT = 4;

REPORT_CONFLICT_VALUE

Report conflict information if display names conflict is detected. Otherwise, import entity types.

REPORT_CONFLICT = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()