Contents

INCreateNoteIntentHandling

The handler interface for creating notes.

Declaration

protocol INCreateNoteIntentHandling : NSObjectProtocol

Overview

Use the methods of the INCreateNoteIntentHandling protocol to resolve, confirm, and handle requests to create notes. Adopt this protocol in an object of your Intents extension that is capable of forwarding the note content to your app or note management service.

Siri delivers an INCreateNoteIntent object to your handler when the user asks to create a note using your app. The provided intent object contains the information to put into the note. Use the methods of this protocol to resolve the parameters and create the note.

Topics

Resolving the Intent Parameters

Confirming the Response

Handling the Intent

See Also

Note Creation