public enum ErrorHandlingSettings.ErrorHandlingStrategy extends Enum<ErrorHandlingSettings.ErrorHandlingStrategy> implements ProtocolMessageEnumDefines the strategy for handling errors.
Protobuf enum google.cloud.ces.v1beta.ErrorHandlingSettings.ErrorHandlingStrategy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ERROR_HANDLING_STRATEGY_UNSPECIFIED |
Unspecified error handling strategy. Defaults to FALLBACK_RESPONSE. |
ERROR_HANDLING_STRATEGY_UNSPECIFIED_VALUE |
Unspecified error handling strategy. Defaults to FALLBACK_RESPONSE. |
FALLBACK_RESPONSE |
A fallback message will be returned to the user in case of LLM errors. |
FALLBACK_RESPONSE_VALUE |
A fallback message will be returned to the user in case of LLM errors. |
NONE |
No specific handling is enabled. |
NONE_VALUE |
No specific handling is enabled. |
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() |
|