---
title: workoutName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartworkoutintent/workoutname
---

# workoutName

The name of the workout.

## Declaration

```swift
@NSCopying var workoutName: INSpeakableString? { get }
```

## Discussion

Discussion If the user requested a specific workout, this property contains the name of that workout. The workout name can be user-specified, a workout name defined in your app’s global vocabulary file, or a custom workout name spoken by the user.

## See Also

### Specifying Workout Details

- [goalValue](intents/instartworkoutintent/goalvalue-5oazy.md)
- [workoutGoalUnitType](intents/instartworkoutintent/workoutgoalunittype.md)
- [workoutLocationType](intents/instartworkoutintent/workoutlocationtype.md)
- [isOpenEnded](intents/instartworkoutintent/isopenended-8hecn.md)
