Contents

INAppendToNoteIntent

A request to append content to a note.

Declaration

class INAppendToNoteIntent

Overview

Siri creates an INAppendToNoteIntent object when the user asks to append content to an existing note. The intent object contains the note to modify and the content to add to the note.

To handle this intent, the handler object in your Intents extension must adopt the INAppendToNoteIntentHandling protocol. Your handler should confirm the request and create an INAppendToNoteIntentResponse object with the updated note.

Additional Intent Attributes

The following table lists additional attributes of this intent object:

Attribute

Description

Supported by

Siri Intents

Always requires unlocked device

No

If the resolution for any parameter requires disambiguation or confirmation, the user must unlock the device before you handle the intent. If resolution of the parameters doesn’t require user interaction, you can handle the intent without the user unlocking the device.

Topics

Initializing the Intent Object

Getting the Note Content

See Also

Note Additions