---
title: INHangUpCallIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inhangupcallintentresponsecode
---

# INHangUpCallIntentResponseCode

## Declaration

```swift
enum INHangUpCallIntentResponseCode
```

## Topics

### Enumeration Cases

- [INHangUpCallIntentResponseCode.failure](intents/inhangupcallintentresponsecode/failure.md)
- [INHangUpCallIntentResponseCode.failureNoCallToHangUp](intents/inhangupcallintentresponsecode/failurenocalltohangup.md)
- [INHangUpCallIntentResponseCode.failureRequiringAppLaunch](intents/inhangupcallintentresponsecode/failurerequiringapplaunch.md)
- [INHangUpCallIntentResponseCode.inProgress](intents/inhangupcallintentresponsecode/inprogress.md)
- [INHangUpCallIntentResponseCode.ready](intents/inhangupcallintentresponsecode/ready.md)
- [INHangUpCallIntentResponseCode.success](intents/inhangupcallintentresponsecode/success.md)
- [INHangUpCallIntentResponseCode.unspecified](intents/inhangupcallintentresponsecode/unspecified.md)

### Initializers

- [init(rawValue:)](intents/inhangupcallintentresponsecode/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

### Ending a Call

- [INHangUpCallIntent](intents/inhangupcallintent.md)
- [INHangUpCallIntentResponse](intents/inhangupcallintentresponse.md)
- [INHangUpCallIntentHandling](intents/inhangupcallintenthandling.md)
