Contents

INSearchForMessagesIntentResponse

Your app’s response to a search for messages intent.

Declaration

class INSearchForMessagesIntentResponse

Overview

Use an INSearchForMessagesIntentResponse object to specify the results of searching the user’s messages. After performing a search using the criteria specified in the INSearchForMessagesIntent object, create an instance of this class with the results of that search. Siri communicates the status from your response to the user at appropriate times.

You create an INSearchForMessagesIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your search for messages handler object. For more information about implementing your handler object, see INSearchForMessagesIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

Accessing the Response Details

See Also

Searching for Messages