---
title: INSearchForBillsIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/insearchforbillsintentresponse
---

# INSearchForBillsIntentResponse

Your app’s response to a request to a search for bills.

## Declaration

```swift
class INSearchForBillsIntentResponse
```

## Overview

Overview Use an INSearchForBillsIntentResponse object to return the list of bills found during a search operation. After performing a search using the criteria specified in an INSearchForBillsIntent 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 INSearchForBillsIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your search for bills handler object. For more information about implementing your handler object, see INSearchForBillsIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/insearchforbillsintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/insearchforbillsintentresponse/code.md)
- [INSearchForBillsIntentResponseCode](intents/insearchforbillsintentresponsecode.md)

### Accessing the Search Results

- [bills](intents/insearchforbillsintentresponse/bills.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Bill Search

- [INSearchForBillsIntentHandling](intents/insearchforbillsintenthandling.md)
- [INSearchForBillsIntent](intents/insearchforbillsintent.md)
