SCSAgentTextEvent

@interface SCSAgentTextEvent : SCSChatEvent

Information related to an incoming agent text event.

  • The text of the incoming message.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *text;

    Swift

    var text: String! { get }