public enum ErrorHandlingSettings.Types.ErrorHandlingStrategyReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API enum ErrorHandlingSettings.Types.ErrorHandlingStrategy.
Defines the strategy for handling errors.
Namespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
EndSession |
An [EndSession][google.cloud.ces.v1beta.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. |