Gemini Enterprise for Customer Experience v1beta API - Enum ErrorHandlingSettings.Types.ErrorHandlingStrategy (1.0.0-beta03)

public enum ErrorHandlingSettings.Types.ErrorHandlingStrategy

Reference 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.V1Beta

Assembly

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.