<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.2.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchCallHistoryIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSearchCallHistoryIntentResponseCode"
  },
  "title" : "INSearchCallHistoryIntentResponseCode"
}
-->

# INSearchCallHistoryIntentResponseCode

Constants indicating the status of the response.

```
enum INSearchCallHistoryIntentResponseCode
```

## Topics

### Constants

[`INSearchCallHistoryIntentResponseCodeUnspecified`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/unspecified)

Your app can’t provide a more specific response.

[`INSearchCallHistoryIntentResponseCodeReady`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/ready)

Your app is ready to perform the search.

[`INSearchCallHistoryIntentResponseCodeContinueInApp`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/continueInApp)

Your extension is ready to transfer control to the app in order to display the search results.

[`INSearchCallHistoryIntentResponseCodeFailure`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/failure)

You were unable to perform the search.

[`INSearchCallHistoryIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app to search their call history.

[`INSearchCallHistoryIntentResponseCodeFailureAppConfigurationRequired`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/failureAppConfigurationRequired)

The user must perform additional configuration steps before searching the call history is possible.

[`INSearchCallHistoryIntentResponseCodeInProgress`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/inProgress)

Your app is in the process of handling the intent.

[`INSearchCallHistoryIntentResponseCodeSuccess`](/documentation/Intents/INSearchCallHistoryIntentResponseCode/success)

Your app successfully handled the intent.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)