Show / Hide Table of Contents

Class ErrorHandlingSettingsFallbackResponseConfig

Configuration for handling fallback responses.

Inheritance
object
ErrorHandlingSettingsFallbackResponseConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX