INSearchForNotebookItemsIntentResponse
Your app’s response to a request to search for notes, tasks, or reminders.
Declaration
class INSearchForNotebookItemsIntentResponseOverview
Use an INSearchForNotebookItemsIntentResponse object to return the search results requested by the user. Siri communicates the information from your response to the user at appropriate times.
You create an INSearchForNotebookItemsIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INSearchForNotebookItemsIntentHandling.