An object that represents a custom intent parameter.
SDKs
- iOS 12.0+
- UIKit for Mac 13.0+Beta
- watchOS 5.0+
Framework
- Intents
Declaration
class INObject : NSObject
Overview
Use INObject to create an instance of an intent parameter that you define as type Custom in your Intent Definition file.
Intent parameters soup and options defined as type Custom

Important
Don't subclass INObject. The system provides only instances of INObject, not instances of a subclass, to your app for custom parameter types.

