public sealed class ErrorHandlingSettings.Types.FallbackResponseConfig : IMessage<ErrorHandlingSettings.Types.FallbackResponseConfig>, IEquatable<ErrorHandlingSettings.Types.FallbackResponseConfig>, IDeepCloneable<ErrorHandlingSettings.Types.FallbackResponseConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ErrorHandlingSettings.Types.FallbackResponseConfig.
Configuration for handling fallback responses.
Implements
IMessageErrorHandlingSettingsTypesFallbackResponseConfig, IEquatableErrorHandlingSettingsTypesFallbackResponseConfig, IDeepCloneableErrorHandlingSettingsTypesFallbackResponseConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|