Class ErrorHandlingSettingsFallbackResponseConfig
Configuration for handling fallback responses.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ErrorHandlingSettingsFallbackResponseConfig : IDirectResponseSchema
Properties
CustomFallbackMessages
Optional. The fallback messages in case of system errors (e.g. LLM errors), mapped by supported language code.
Declaration
[JsonProperty("customFallbackMessages")]
public virtual IDictionary<string, string> CustomFallbackMessages { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxFallbackAttempts
Optional. The maximum number of fallback attempts to make before the agent emitting EndSession Signal.
Declaration
[JsonProperty("maxFallbackAttempts")]
public virtual int? MaxFallbackAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |