<!--
{
  "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/INWorkoutLocationTypeResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INWorkoutLocationTypeResolutionResult"
  },
  "title" : "INWorkoutLocationTypeResolutionResult"
}
-->

# INWorkoutLocationTypeResolutionResult

A resolution result for the location type where the workout occurs.

```
class INWorkoutLocationTypeResolutionResult
```

## Overview

You return an [`INWorkoutLocationTypeResolutionResult`](/documentation/Intents/INWorkoutLocationTypeResolutionResult) object when resolving parameters containing a [`INWorkoutLocationType`](/documentation/Intents/INWorkoutLocationType) 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/INWorkoutLocationTypeResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

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

Creates an object whose resolution requires that the user must confirm the value before proceeding.

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

[`confirmationRequiredWithValueToConfirm:`](/documentation/Intents/INWorkoutLocationTypeResolutionResult/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)