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

# INURLResolutionResult

A resolution result for the types media destinations.

```
class INURLResolutionResult
```

## Overview

You return an [`INURLResolutionResult`](/documentation/Intents/INURLResolutionResult) object when resolving parameters containing an <doc://com.apple.documentation/documentation/Foundation/NSURL> value. Use the creation method that best reflects your ability to resolve the parameter successfully.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result

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

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

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

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

[`disambiguation(with:)`](/documentation/Intents/INURLResolutionResult/disambiguation(with:))

Creates an object whose resolution requires the user to select from among the specified objects.



---

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)