---
title: INRestaurantResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inrestaurantresolutionresult
---

# INRestaurantResolutionResult

A resolution result for the restaurant selected by a user.

## Declaration

```swift
class INRestaurantResolutionResult
```

## Overview

Overview An INRestaurantResolutionResult object is what you return when resolving parameters containing an INRestaurant 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/inrestaurantresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inrestaurantresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inrestaurantresolutionresult/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

### Resolution Results

- [INRestaurantGuestResolutionResult](intents/inrestaurantguestresolutionresult.md)
