---
title: INURLResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inurlresolutionresult
---

# INURLResolutionResult

A resolution result for the types media destinations.

## Declaration

```swift
class INURLResolutionResult
```

## Overview

Overview You return an INURLResolutionResult object when resolving parameters containing an NSURL value. Use the creation method that best reflects your ability to resolve the parameter successfully. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result

- [success(with:)](intents/inurlresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inurlresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inurlresolutionresult/disambiguation(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)
