-
public interface OperatorTypingStatusAllows to notify the Visitor if Operator is typing a message or not.
Usage example:
engagement.getChat().on(Chat.Events.OPERATOR_TYPING_STATUS, operatorTypingStatus -> { System.out.println("Operator is typing: " + operatorTypingStatus.isTyping()); });