---
title: WorkoutStyle
framework: appintents
role: symbol
role_heading: Associated Type
path: appintents/startworkoutintent/workoutstyle-swift.associatedtype
---

# WorkoutStyle

The type to use for defining the intent’s workout style.

## Declaration

```swift
associatedtype WorkoutStyle : AppValue
```

## Discussion

Discussion Assign a type that adopts either the AppEnum or AppEntity protocol.

## See Also

### Defining supported workouts

- [workoutStyle](appintents/startworkoutintent/workoutstyle-swift.property.md)
- [suggestedWorkouts](appintents/startworkoutintent/suggestedworkouts.md)
- [invalidateSuggestedWorkouts()](appintents/startworkoutintent/invalidatesuggestedworkouts().md)
