public enum ImportFlowRequest.ImportOption extends Enum<ImportFlowRequest.ImportOption> implements ProtocolMessageEnumImport option.
Protobuf enum google.cloud.dialogflow.cx.v3.ImportFlowRequest.ImportOption
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| 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_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. |
| IMPORT_OPTION_UNSPECIFIED | Unspecified. Treated as |
| IMPORT_OPTION_UNSPECIFIED_VALUE | Unspecified. Treated as |
| 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_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. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |