-
public final class SessionSummary extends SessionEvent
Emitted once when the session ends, either naturally or via SynheartSession.stopSession.
-
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final IntegergetDurationActualSec()final Map<String, Object>getMetrics()final Map<String, Object>getBehavior()Map<String, Object>toMap()-
-
Method Detail
-
getSessionId
String getSessionId()
-
getDurationActualSec
final Integer getDurationActualSec()
-
getMetrics
final Map<String, Object> getMetrics()
-
getBehavior
final Map<String, Object> getBehavior()
-
-
-
-