<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INWorkoutGoalUnitTypeResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INWorkoutGoalUnitTypeResolutionResult"
  },
  "title" : "INWorkoutGoalUnitTypeResolutionResult"
}
-->

# INWorkoutGoalUnitTypeResolutionResult

A resolution result for the units of a workout goal.

```
class INWorkoutGoalUnitTypeResolutionResult
```

## Overview

An [`INWorkoutGoalUnitTypeResolutionResult`](/documentation/Intents/INWorkoutGoalUnitTypeResolutionResult) object is what you return when resolving parameters that contain a [`INWorkoutGoalUnitType`](/documentation/Intents/INWorkoutGoalUnitType) value. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`success(with:)`](/documentation/Intents/INWorkoutGoalUnitTypeResolutionResult/success(with:))

Creates an object whose resolution involves successfully matching the specified parameter.

[`confirmationRequired(with:)`](/documentation/Intents/INWorkoutGoalUnitTypeResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires the user to confirm the workout unit goal value before proceeding.

[`successWithResolvedValue:`](/documentation/Intents/INWorkoutGoalUnitTypeResolutionResult/successWithResolvedValue:)

[`confirmationRequiredWithValueToConfirm:`](/documentation/Intents/INWorkoutGoalUnitTypeResolutionResult/confirmationRequiredWithValueToConfirm:)



---

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)