INSearchForAccountsIntentHandling
The handler interface for searching for account information.
Declaration
protocol INSearchForAccountsIntentHandling : NSObjectProtocolOverview
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.
Topics
Resolving the Intent Parameters
resolveAccountNickname(for:with:)resolveAccountType(for:with:)resolveOrganizationName(for:with:)resolveRequestedBalanceType(for:with:)