Enum ImportIntentsRequest.MergeOption (0.52.0)

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

Merge option when display name conflicts exist during import.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KEEP

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

KEEP = 6;

KEEP_VALUE

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

KEEP = 6;

MERGE

Merge the original intent with the new intent when display name conflicts exist.

MERGE = 3;

MERGE_OPTION_UNSPECIFIED

Unspecified. Should not be used.

MERGE_OPTION_UNSPECIFIED = 0;

MERGE_OPTION_UNSPECIFIED_VALUE

Unspecified. Should not be used.

MERGE_OPTION_UNSPECIFIED = 0;

MERGE_VALUE

Merge the original intent with the new intent when display name conflicts exist.

MERGE = 3;

REJECT

DEPRECATED: Please use REPORT_CONFLICT instead. Fail the request if there are intents whose display names conflict with the display names of intents in the agent.

REJECT = 1 [deprecated = true];

REJECT_VALUE

DEPRECATED: Please use REPORT_CONFLICT instead. Fail the request if there are intents whose display names conflict with the display names of intents in the agent.

REJECT = 1 [deprecated = true];

RENAME

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

RENAME = 4;

RENAME_VALUE

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

RENAME = 4;

REPLACE

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

REPLACE = 2;

REPLACE_VALUE

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

REPLACE = 2;

REPORT_CONFLICT

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

REPORT_CONFLICT = 5;

REPORT_CONFLICT_VALUE

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

REPORT_CONFLICT = 5;

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()