Class: Google::Cloud::Ces::V1beta::ErrorHandlingSettings::EndSessionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::ErrorHandlingSettings::EndSessionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/app.rb
Overview
Configuration for ending the session in case of system errors (e.g. LLM errors).
Instance Attribute Summary collapse
-
#escalate_session ⇒ ::Boolean
Optional.
Instance Attribute Details
#escalate_session ⇒ ::Boolean
Returns Optional. Whether to escalate the session in
EndSession. If session is
escalated, [metadata in
EndSession][google.cloud.ces.v1beta.EndSession.metadata] 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.
463 464 465 466 |
# File 'proto_docs/google/cloud/ces/v1beta/app.rb', line 463 class EndSessionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |