public enum ErrorHandlingSettings.Types.ErrorHandlingStrategyReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum ErrorHandlingSettings.Types.ErrorHandlingStrategy.
Defines the strategy for handling errors.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Fields |
|
|---|---|
| Name | Description |
EndSession |
An [EndSession][google.cloud.ces.v1.EndSession] signal will be emitted in case of system errors (e.g. LLM errors). |
FallbackResponse |
A fallback message will be returned to the user in case of system errors (e.g. LLM errors). |
None |
No specific handling is enabled. |
Unspecified |
Unspecified error handling strategy. |