SCSChatSendableEvent

@protocol SCSChatSendableEvent <SCSChatEvent>

Information about an event related to something that can be sent to an agent.

  • Indicates whether the action has been completed.

    Declaration

    Objective-C

    @property (readonly, getter=isCompleted, nonatomic) BOOL completed;

    Swift

    var isCompleted: Bool { get }
  • Indicates how much progress has been made for this action.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSProgress *progress;

    Swift

    var progress: Progress! { get }