Contents

INSearchForAccountsIntentResponse

Your app’s response to a request to search for account information.

Declaration

class INSearchForAccountsIntentResponse

Overview

Use an INSearchForAccountsIntentResponse object to return the account information found during a search operation. After performing a search using the criteria specified in an INSearchForAccountsIntent object, create an instance of this class and fill it with the results of that search. Siri communicates the information from your response to the user at appropriate times.

You create an INSearchForAccountsIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INSearchForAccountsIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

Providing the Search Results

See Also

Search for Accounts