Package ai.tock.bot.engine.event
Class EndSessionEvent
-
- All Implemented Interfaces:
public final class EndSessionEvent extends Event
The session is ended. dialog context should be cleared.
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIduserIdprivate final StringapplicationIdprivate final Id<out Event>idprivate final Instantdateprivate final EventStatestate
-
Constructor Summary
Constructors Constructor Description EndSessionEvent(PlayerId userId, String applicationId)
-