-
public final class ClientEvent.ChatSessionEnded extends ClientEvent
The chat session ended cleanly by an explicit server signal (connect's chat
sessionEndedSSE frame) — distinct from a transport-level Disconnected, which does NOT follow it. acw carries the agent wrap-up offer;nullfor the widget / visitor side. Android ships no chat UI today — surfaced for wire parity.
-
-
Constructor Summary
Constructors Constructor Description ClientEvent.ChatSessionEnded(String sessionId, String reason, Acw acw)
-