@class NSString; @interface INGetIntentParameterDefaultValueForwardingAction : INIntentForwardingAction @property (readonly, copy, nonatomic) NSString *parameterName; + (BOOL)supportsSecureCoding; + (Class)responseClass; - (BOOL)executeRemotelyWithVendorRemote:(id)a0 completionHandler:(id /* block */)a1; - (void)encodeWithCoder:(id)a0; - (id)initWithIntent:(id)a0 parameterName:(id)a1; - (id /* block */)_completionHandlerWithActionCompletionHandler:(id /* block */)a0; - (void).cxx_destruct; - (void)executeLocallyWithIntentDeliverer:(id)a0 completionHandler:(id /* block */)a1; - (id)initWithCoder:(id)a0; @end