Enum RestoreAgentRequest.RestoreOption (0.20.0)

public enum RestoreAgentRequest.RestoreOption extends Enum<RestoreAgentRequest.RestoreOption> implements ProtocolMessageEnum

Restore option.

Protobuf enum google.cloud.dialogflow.cx.v3.RestoreAgentRequest.RestoreOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FALLBACK

Fallback to default settings if some settings are not supported in the target agent.

FALLBACK = 2;

FALLBACK_VALUE

Fallback to default settings if some settings are not supported in the target agent.

FALLBACK = 2;

KEEP

Always respect the settings from the exported agent file. It may cause a restoration failure if some settings (e.g. model type) are not supported in the target agent.

KEEP = 1;

KEEP_VALUE

Always respect the settings from the exported agent file. It may cause a restoration failure if some settings (e.g. model type) are not supported in the target agent.

KEEP = 1;

RESTORE_OPTION_UNSPECIFIED

Unspecified. Treated as KEEP.

RESTORE_OPTION_UNSPECIFIED = 0;

RESTORE_OPTION_UNSPECIFIED_VALUE

Unspecified. Treated as KEEP.

RESTORE_OPTION_UNSPECIFIED = 0;

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