SCSAgentJoinEvent
@interface SCSAgentJoinEvent : NSObject <SCSChatEvent>
Information related to an agent join event.
-
Information about the agent or bot sending the message.
See
SCSChatAgentDeclaration
Objective-C
@property (readonly, strong, nonatomic) SCSChatAgent *agent;Swift
var agent: SCSChatAgent! { get }
Install in Dash
SCSAgentJoinEvent Class Reference