INAppendToNoteIntentResponse
Your app’s response to a request to append content to a note.
Declaration
class INAppendToNoteIntentResponseOverview
Use an INAppendToNoteIntentResponse object to return information about the updated note. Siri communicates the information from the response to the user at appropriate times. Be sure to include the details of the note in the note property.
You create an INAppendToNoteIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INAppendToNoteIntentHandling.