SCSChatSessionEndEvent

@interface SCSChatSessionEndEvent : NSObject <SCSChatEvent>

Information related to a chat session end event.

  • The end reason that triggered this event.

    Declaration

    Objective-C

    @property (readonly, nonatomic) SCSChatEndReason type;

    Swift

    var type: SCSChatEndReason { get }