Creates an object whose resolution requires confirmation from the user before proceeding.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
- watchOS 4.0+
Framework
- Intents
Declaration
class func confirmationRequired(with noteContentToConfirm: INNote Content?) -> Self
Parameters
noteContentToConfirm
The object that resolves the request but must be confirmed by the user.
Return Value
A new INNote
object.
Discussion
Use this method when you cannot resolve the parameter exactly as intended, but can resolve it to an appropriate value and want the user to confirm that value before continuing.