Interface ChatStateChangedEvent

    • Method Detail

      • getPreviousChatState

        java.util.Optional<ChatState> getPreviousChatState()
        Returns:
        the ChatState of the chat before the state change, if available or an empty optional in case of an initial event e.g. ChatStartedEvent
        Since:
        12.29
      • getChatState

        ChatState getChatState()
        Returns:
        the new ChatState of the chat after the state change
        Since:
        12.29