Class ErrorHandlingSettingsEndSessionConfig
Configuration for ending the session in case of system errors (e.g. LLM errors).
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ErrorHandlingSettingsEndSessionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EscalateSession
Optional. Whether to escalate the session in EndSession. If session is escalated, metadata in EndSession
will contain session_escalated = true. See
https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/deploy/google-telephony-platform#transfer_a_call_to_a_human_agent
for details.
Declaration
[JsonProperty("escalateSession")]
public virtual bool? EscalateSession { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |