---
title: INEndWorkoutIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inendworkoutintentresponsecode
---

# INEndWorkoutIntentResponseCode

Constants that indicate the response state.

## Declaration

```swift
enum INEndWorkoutIntentResponseCode
```

## Topics

### Response State

- [INEndWorkoutIntentResponseCode.unspecified](intents/inendworkoutintentresponsecode/unspecified.md)
- [INEndWorkoutIntentResponseCode.ready](intents/inendworkoutintentresponsecode/ready.md)
- [INEndWorkoutIntentResponseCode.continueInApp](intents/inendworkoutintentresponsecode/continueinapp.md)
- [INEndWorkoutIntentResponseCode.success](intents/inendworkoutintentresponsecode/success.md)
- [INEndWorkoutIntentResponseCode.handleInApp](intents/inendworkoutintentresponsecode/handleinapp.md)
- [INEndWorkoutIntentResponseCode.failure](intents/inendworkoutintentresponsecode/failure.md)
- [INEndWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/inendworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INEndWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/inendworkoutintentresponsecode/failurenomatchingworkout.md)

### Initializers

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