ChatLogType
@objc(ZDKChatLogType)
public enum ChatLogType : Int
An enum of the message types that can be in sent/received in a chat session
-
Chat message
Declaration
Swift
case message
-
Chat attachment message
Declaration
Swift
case attachmentMessage
-
Member joined the channel
Declaration
Swift
case memberJoin
-
Member left the channel
Declaration
Swift
case memberLeave
-
Multiple-choice option message
Declaration
Swift
case optionsMessage
-
Visitor left a comment about the chat
Declaration
Swift
case chatComment
-
Visitor left a rating
Declaration
Swift
case chatRating
-
Agent requested a rating
Declaration
Swift
case chatRatingRequest