SCSAgentJoinEvent

@interface SCSAgentJoinEvent : NSObject <SCSChatEvent>

Information related to an agent join event.

  • Information about the agent or bot sending the message.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) SCSChatAgent *agent;

    Swift

    var agent: SCSChatAgent! { get }