---
title: INRestaurantGuestResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inrestaurantguestresolutionresult
---

# INRestaurantGuestResolutionResult

A resolution result for the identity of a user involved in booking a reservation at a restaurant.

## Declaration

```swift
class INRestaurantGuestResolutionResult
```

## Overview

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

- [INRestaurantResolutionResult](intents/inrestaurantresolutionresult.md)
