public sealed class ErrorHandlingSettings : IMessage<ErrorHandlingSettings>, IEquatable<ErrorHandlingSettings>, IDeepCloneable<ErrorHandlingSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ErrorHandlingSettings.
Settings to describe how errors should be handled in the app.
Implements
IMessageErrorHandlingSettings, IEquatableErrorHandlingSettings, IDeepCloneableErrorHandlingSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ErrorHandlingSettings()
public ErrorHandlingSettings()ErrorHandlingSettings(ErrorHandlingSettings)
public ErrorHandlingSettings(ErrorHandlingSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
ErrorHandlingSettings |
Properties
ErrorHandlingStrategy
public ErrorHandlingSettings.Types.ErrorHandlingStrategy ErrorHandlingStrategy { get; set; }Optional. The strategy to use for error handling.
| Property Value | |
|---|---|
| Type | Description |
ErrorHandlingSettingsTypesErrorHandlingStrategy |
|