Enum ImportFlowRequest.ImportOption (0.52.0)

public enum ImportFlowRequest.ImportOption extends Enum<ImportFlowRequest.ImportOption> implements ProtocolMessageEnum

Import option.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.ImportFlowRequest.ImportOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FALLBACK

Fallback to default settings if some settings are not supported in the agent to import into. E.g. Standard NLU will be used if custom NLU is not available.

FALLBACK = 2;

FALLBACK_VALUE

Fallback to default settings if some settings are not supported in the agent to import into. E.g. Standard NLU will be used if custom NLU is not available.

FALLBACK = 2;

IMPORT_OPTION_UNSPECIFIED

Unspecified. Treated as KEEP.

IMPORT_OPTION_UNSPECIFIED = 0;

IMPORT_OPTION_UNSPECIFIED_VALUE

Unspecified. Treated as KEEP.

IMPORT_OPTION_UNSPECIFIED = 0;

KEEP

Always respect settings in exported flow content. It may cause a import failure if some settings (e.g. custom NLU) are not supported in the agent to import into.

KEEP = 1;

KEEP_VALUE

Always respect settings in exported flow content. It may cause a import failure if some settings (e.g. custom NLU) are not supported in the agent to import into.

KEEP = 1;

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