SCSAgentTextEvent

@interface SCSAgentTextEvent : SCSChatEvent

Information related to an incoming agent text event.

  • The text of the incoming message.

    Declaration

    Objective-C

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

    Swift

    var text: String! { get }