RemoteChatMessage
IntroductionThe RemoteChatMessage object stores all details relating to a single remote chat message. PropertiesisRead@property (nonatomic) BOOL isRead; DiscussionA Boolean value denoting whether or not the message is read.
isRemote@property (nonatomic) BOOL isRemote; DiscussionA Boolean value denoting if the message is coming from the Web Console (remote) or if the message is from the agent (not remote).
message@property (strong, nonatomic) NSString *message; DiscussionThe message text.
|