INSearchCallHistoryIntentHandling
The handler interface for searching the user’s call history.
Declaration
protocol INSearchCallHistoryIntentHandling : NSObjectProtocolOverview
Use the methods of the INSearchCallHistoryIntentHandling protocol to resolve, confirm, and handle requests to search for calls in the user’s call history. Adopt this protocol in an object of your Intents extension that’s capable of performing the search and finding any matching records. Siri doesn’t display the call information found during the search. After a successful search, Siri launches your app to display that information.
Siri delivers an INSearchCallHistoryIntent object to your handler when the user asks to search their call history. The provided intent object contains the search parameters, such as any contacts involved in the call or the range of dates to search. Use the methods of this protocol to resolve the search parameters and to perform the search.
Topics
Resolving the Intent Parameters
resolveCallTypes(for:with:)resolveCallType(for:with:)resolveRecipient(for:with:)resolveDateCreated(for:with:)resolveUnseen(for:with:)