Contents

INSearchForNotebookItemsIntentResponse

Your app’s response to a request to search for notes, tasks, or reminders.

Declaration

class INSearchForNotebookItemsIntentResponse

Overview

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.

Topics

Initializing the Response Object

Getting the Response Code

Specifying the Search Results

See Also

Notebook Search