---
title: INSearchForAccountsIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/insearchforaccountsintenthandling
---

# INSearchForAccountsIntentHandling

The handler interface for searching for account information.

## Declaration

```swift
protocol INSearchForAccountsIntentHandling : NSObjectProtocol
```

## Overview

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.

## Topics

### Resolving the Intent Parameters

- [resolveAccountNickname(for:with:)](intents/insearchforaccountsintenthandling/resolveaccountnickname(for:with:).md)
- [resolveAccountType(for:with:)](intents/insearchforaccountsintenthandling/resolveaccounttype(for:with:).md)
- [resolveOrganizationName(for:with:)](intents/insearchforaccountsintenthandling/resolveorganizationname(for:with:).md)
- [resolveRequestedBalanceType(for:with:)](intents/insearchforaccountsintenthandling/resolverequestedbalancetype(for:with:).md)

### Confirming the Response

- [confirm(intent:completion:)](intents/insearchforaccountsintenthandling/confirm(intent:completion:).md)

### Handling the Intent

- [handle(intent:completion:)](intents/insearchforaccountsintenthandling/handle(intent:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INPaymentsDomainHandling](intents/inpaymentsdomainhandling.md)

## See Also

### Search for Accounts

- [INSearchForAccountsIntent](intents/insearchforaccountsintent.md)
- [INSearchForAccountsIntentResponse](intents/insearchforaccountsintentresponse.md)
