---
title: INSearchForBillsIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/insearchforbillsintentresponsecode
---

# INSearchForBillsIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INSearchForBillsIntentResponseCode
```

## Topics

### Constants

- [INSearchForBillsIntentResponseCode.unspecified](intents/insearchforbillsintentresponsecode/unspecified.md)
- [INSearchForBillsIntentResponseCode.ready](intents/insearchforbillsintentresponsecode/ready.md)
- [INSearchForBillsIntentResponseCode.inProgress](intents/insearchforbillsintentresponsecode/inprogress.md)
- [INSearchForBillsIntentResponseCode.success](intents/insearchforbillsintentresponsecode/success.md)
- [INSearchForBillsIntentResponseCode.failure](intents/insearchforbillsintentresponsecode/failure.md)
- [INSearchForBillsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforbillsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForBillsIntentResponseCode.failureCredentialsUnverified](intents/insearchforbillsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForBillsIntentResponseCode.failureBillNotFound](intents/insearchforbillsintentresponsecode/failurebillnotfound.md)

### Initializers

- [init(rawValue:)](intents/insearchforbillsintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

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