@class NSString, FLOWSchemaFLOWStateReason, NSData; @interface FLOWSchemaFLOWState : SISchemaInstrumentationMessage { struct { unsigned char flowStateType : 1; } _has; } @property (copy, nonatomic) NSString *currentTaskName; @property (nonatomic) BOOL hasCurrentTaskName; @property (copy, nonatomic) NSString *currentTaskType; @property (nonatomic) BOOL hasCurrentTaskType; @property (nonatomic) int flowStateType; @property (nonatomic) BOOL hasFlowStateType; @property (retain, nonatomic) FLOWSchemaFLOWStateReason *flowStateReason; @property (nonatomic) BOOL hasFlowStateReason; @property (copy, nonatomic) NSString *resolvedSlotName; @property (nonatomic) BOOL hasResolvedSlotName; @property (copy, nonatomic) NSString *flowStateReasonDescription; @property (nonatomic) BOOL hasFlowStateReasonDescription; @property (readonly, nonatomic) NSData *jsonData; - (unsigned long long)hash; - (id)suppressMessageUnderConditions; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)initWithDictionary:(id)a0; - (void).cxx_destruct; - (id)applySensitiveConditionsPolicy:(id)a0; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (id)initWithJSON:(id)a0; - (void)deleteCurrentTaskName; - (void)deleteCurrentTaskType; - (void)deleteFlowStateReason; - (void)deleteFlowStateReasonDescription; - (void)deleteFlowStateType; - (void)deleteResolvedSlotName; @end