INCreateNoteIntentResponse
Your app’s response to a request to create a note.
Declaration
class INCreateNoteIntentResponseOverview
Use an INCreateNoteIntentResponse object to return information about the note that your app created. Siri communicates the information from your app’s response to the user at appropriate times.
You create an INCreateNoteIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INCreateNoteIntentHandling.