INSearchForAccountsIntentHandling

INSearchForAccountsIntentHandling

INSearchForAccountsIntentHandling Protocol of Intents The handler interface for searching for account information.

protocol INSearchForAccountsIntentHandling : NSObjectProtocol

Overview

Use the methods of the INSearchForAccountsIntentHandling protocol to resolve, confirm, and handle requests to search for the user’s account information. Adopt this protocol in an object of your Intents extension that is capable of searching for accounts and returning account details such as the current balance.

Siri delivers an INSearchForAccountsIntent object to your handler when the user asks to search for accounts using your app. The provided intent object contains the parameters to use during the search. Use the methods of this protocol to resolve the parameters and perform the search.