---
title: INObjectResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inobjectresolutionresult
---

# INObjectResolutionResult

A resolution result for an Object associated with an intent.

## Declaration

```swift
class INObjectResolutionResult
```

## Overview

Overview An INObjectResolutionResult object is what you return when resolving Object related parameters of an intent object. 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/inobjectresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inobjectresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inobjectresolutionresult/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)

## See Also

### Custom Resolution Results

- [INEnumResolutionResult](intents/inenumresolutionresult.md)
