Class ChatLog.Message

  • Enclosing class:
    ChatLog


    public static class ChatLog.Message
    extends ChatLog
    Chat log with an additional message field.

    This log is generated each time the visitor, an agent or any other ChatParticipant sent a message.

    Sample code to determine all messages in the chat looks as follows:

    
     val chatMessages = chatState.chatLogs.filterIsInstance<ChatLog.Message>()