---
title: INStartWorkoutIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/instartworkoutintentresponsecode
---

# INStartWorkoutIntentResponseCode

Constants that indicate the response state.

## Declaration

```swift
enum INStartWorkoutIntentResponseCode
```

## Topics

### Response State

- [INStartWorkoutIntentResponseCode.unspecified](intents/instartworkoutintentresponsecode/unspecified.md)
- [INStartWorkoutIntentResponseCode.ready](intents/instartworkoutintentresponsecode/ready.md)
- [INStartWorkoutIntentResponseCode.continueInApp](intents/instartworkoutintentresponsecode/continueinapp.md)
- [INStartWorkoutIntentResponseCode.success](intents/instartworkoutintentresponsecode/success.md)
- [INStartWorkoutIntentResponseCode.handleInApp](intents/instartworkoutintentresponsecode/handleinapp.md)
- [INStartWorkoutIntentResponseCode.failure](intents/instartworkoutintentresponsecode/failure.md)
- [INStartWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/instartworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INStartWorkoutIntentResponseCode.failureOngoingWorkout](intents/instartworkoutintentresponsecode/failureongoingworkout.md)
- [INStartWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/instartworkoutintentresponsecode/failurenomatchingworkout.md)

### Initializers

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