-
@Serializable() public final class SessionHistoryAuthoritative transcript history carried by a session snapshot.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Message>historyprivate final SessionControlcontrol
-
Constructor Summary
Constructors Constructor Description SessionHistory(List<Message> history, SessionControl control)
-
Method Summary
Modifier and Type Method Description final List<Message>getHistory()final SessionControlgetControl()Who is currently driving the session. -
-
Constructor Detail
-
SessionHistory
SessionHistory(List<Message> history, SessionControl control)
-
-
Method Detail
-
getHistory
final List<Message> getHistory()
-
getControl
final SessionControl getControl()
Who is currently driving the session.
-
-
-
-