---
title: INStartCallIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/instartcallintentresponsecode
---

# INStartCallIntentResponseCode

Constants that indicate the response state.

## Declaration

```swift
enum INStartCallIntentResponseCode
```

## Topics

### Response Code

- [INStartCallIntentResponseCode.unspecified](intents/instartcallintentresponsecode/unspecified.md)
- [INStartCallIntentResponseCode.ready](intents/instartcallintentresponsecode/ready.md)
- [INStartCallIntentResponseCode.continueInApp](intents/instartcallintentresponsecode/continueinapp.md)
- [INStartCallIntentResponseCode.userConfirmationRequired](intents/instartcallintentresponsecode/userconfirmationrequired.md)
- [INStartCallIntentResponseCode.failure](intents/instartcallintentresponsecode/failure.md)
- [INStartCallIntentResponseCode.failureRequiringAppLaunch](intents/instartcallintentresponsecode/failurerequiringapplaunch.md)
- [INStartCallIntentResponseCode.failureCallingServiceNotAvailable](intents/instartcallintentresponsecode/failurecallingservicenotavailable.md)
- [INStartCallIntentResponseCode.failureContactNotSupportedByApp](intents/instartcallintentresponsecode/failurecontactnotsupportedbyapp.md)
- [INStartCallIntentResponseCode.failureAirplaneModeEnabled](intents/instartcallintentresponsecode/failureairplanemodeenabled.md)
- [INStartCallIntentResponseCode.failureUnableToHandOff](intents/instartcallintentresponsecode/failureunabletohandoff.md)
- [INStartCallIntentResponseCode.failureAppConfigurationRequired](intents/instartcallintentresponsecode/failureappconfigurationrequired.md)
- [INStartCallIntentResponseCode.failureCallInProgress](intents/instartcallintentresponsecode/failurecallinprogress.md)

### Enumeration Cases

- [INStartCallIntentResponseCode.failureRequiringInAppAuthentication](intents/instartcallintentresponsecode/failurerequiringinappauthentication.md)

### Initializers

- [init(rawValue:)](intents/instartcallintentresponsecode/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/instartcallintentresponse/code.md)
