@class NSArray, NSString; @interface INStopShareETAIntent : INIntent <INStopShareETAIntentExport> @property (readonly, copy, nonatomic) NSArray *recipients; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)_dictionaryRepresentation; - (void)setRecipients:(id)a0; - (id)domain; - (void)setDomain:(id)a0; - (void)_setMetadata:(id)a0; - (id)_metadata; - (void)_redactForMissingPrivacyEntitlementOptions:(unsigned long long)a0 containingAppBundleId:(id)a1; - (id)_typedBackingStore; - (id)initWithRecipients:(id)a0; - (id)parametersByName; - (void)setParametersByName:(id)a0; - (void)setVerb:(id)a0; - (id)verb; @end