---
title: INWorkoutGoalUnitTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inworkoutgoalunittyperesolutionresult
---

# INWorkoutGoalUnitTypeResolutionResult

A resolution result for the units of a workout goal.

## Declaration

```swift
class INWorkoutGoalUnitTypeResolutionResult
```

## Overview

Overview An INWorkoutGoalUnitTypeResolutionResult object is what you return when resolving parameters that contain a INWorkoutGoalUnitType value. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/inworkoutgoalunittyperesolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inworkoutgoalunittyperesolutionresult/confirmationrequired(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Resolution Results

- [INWorkoutLocationTypeResolutionResult](intents/inworkoutlocationtyperesolutionresult.md)
