<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INVocabularyStringType/workoutActivityName",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INVocabularyStringType@INVocabularyStringTypeWorkoutActivityName"
  },
  "title" : "INVocabularyStringType.workoutActivityName"
}
-->

# INVocabularyStringType.workoutActivityName

The user-given name assigned to a workout.

```
case workoutActivityName
```

## Discussion

For example, you might include the string “Half Marathon” or “Kettlebell exercise” for specific regimens created by the user.

Siri applies custom workout names to the [`workoutName`](/documentation/Intents/INStartWorkoutIntent/workoutName) property of the [`INStartWorkoutIntent`](/documentation/Intents/INStartWorkoutIntent), [`INPauseWorkoutIntent`](/documentation/Intents/INPauseWorkoutIntent), [`INResumeWorkoutIntent`](/documentation/Intents/INResumeWorkoutIntent), [`INEndWorkoutIntent`](/documentation/Intents/INEndWorkoutIntent), and [`INCancelWorkoutIntent`](/documentation/Intents/INCancelWorkoutIntent) classes.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)