<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartWorkoutIntent/goalValue-5oazy",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So20INStartWorkoutIntentC7IntentsE9goalValueSdSgvp"
  },
  "title" : "goalValue"
}
-->

# goalValue

The user-supplied numerical goal of the workout.

```
@nonobjc final var goalValue: Double? { get }
```

## Discussion

If the user specified a goal, this property contains the numerical value of that goal. For example, if the user specifies a 40 minute workout then this property has the value `40`. You get the units associated with this goal from the [`workoutGoalUnitType`](/documentation/Intents/INStartWorkoutIntent/workoutGoalUnitType) property.

---

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)