Gemini Enterprise for Customer Experience v1beta API - Class ErrorHandlingSettings.Types.FallbackResponseConfig (1.0.0-beta05)

public sealed class ErrorHandlingSettings.Types.FallbackResponseConfig : IMessage<ErrorHandlingSettings.Types.FallbackResponseConfig>, IEquatable<ErrorHandlingSettings.Types.FallbackResponseConfig>, IDeepCloneable<ErrorHandlingSettings.Types.FallbackResponseConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ErrorHandlingSettings.Types.FallbackResponseConfig.

Configuration for handling fallback responses.

Inheritance

object > ErrorHandlingSettings.Types.FallbackResponseConfig

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

FallbackResponseConfig()

public FallbackResponseConfig()

FallbackResponseConfig(FallbackResponseConfig)

public FallbackResponseConfig(ErrorHandlingSettings.Types.FallbackResponseConfig other)
Parameter
Name Description
other ErrorHandlingSettingsTypesFallbackResponseConfig

Properties

CustomFallbackMessages

public MapField<string, string> CustomFallbackMessages { get; }

Optional. The fallback messages in case of system errors (e.g. LLM errors), mapped by supported language code.

Property Value
Type Description
MapFieldstringstring

MaxFallbackAttempts

public int MaxFallbackAttempts { get; set; }

Optional. The maximum number of fallback attempts to make before the agent emitting [EndSession][google.cloud.ces.v1beta.EndSession] Signal.

Property Value
Type Description
int