Your app’s response to a search for messages intent.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
class INSearchForMessagesIntentResponse : INIntent Response
Overview
Use an INSearch
object to specify the results of searching the user’s messages. After performing a search using the criteria specified in the INSearch
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 INSearch
object in the confirm(intent:
and handle(intent:
methods of your search for messages handler object. For more information about implementing your handler object, see INSearch
.