public enum ErrorHandlingSettings.ErrorHandlingStrategy extends Enum<ErrorHandlingSettings.ErrorHandlingStrategy> implements ProtocolMessageEnumDefines the strategy for handling errors.
Protobuf enum google.cloud.ces.v1.ErrorHandlingSettings.ErrorHandlingStrategy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
END_SESSION |
An EndSession signal will be emitted in case of system errors (e.g. LLM errors). |
END_SESSION_VALUE |
An EndSession signal will be emitted in case of system errors (e.g. LLM errors). |
ERROR_HANDLING_STRATEGY_UNSPECIFIED |
Unspecified error handling strategy. |
ERROR_HANDLING_STRATEGY_UNSPECIFIED_VALUE |
Unspecified error handling strategy. |
FALLBACK_RESPONSE |
A fallback message will be returned to the user in case of system errors (e.g. LLM errors). |
FALLBACK_RESPONSE_VALUE |
A fallback message will be returned to the user in case of system errors (e.g. 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() |
|