---
title: INPersonResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inpersonresolutionresult
---

# INPersonResolutionResult

A resolution result for a user as a parameter of an intent.

## Declaration

```swift
class INPersonResolutionResult
```

## Mentioned in

Improving interactions between Siri and your messaging app

## Overview

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

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Inherited By

- [INRequestPaymentPayerResolutionResult](intents/inrequestpaymentpayerresolutionresult.md)
- [INSendMessageRecipientResolutionResult](intents/insendmessagerecipientresolutionresult.md)
- [INSendPaymentPayeeResolutionResult](intents/insendpaymentpayeeresolutionresult.md)
- [INStartCallContactResolutionResult](intents/instartcallcontactresolutionresult.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

### Providing Resolution Results

- [INMessageAttributeResolutionResult](intents/inmessageattributeresolutionresult.md)
- [INMessageAttributeOptionsResolutionResult](intents/inmessageattributeoptionsresolutionresult.md)
- [INDateComponentsRangeResolutionResult](intents/indatecomponentsrangeresolutionresult.md)
- [INSendMessageRecipientResolutionResult](intents/insendmessagerecipientresolutionresult.md)
- [INOutgoingMessageTypeResolutionResult](intents/inoutgoingmessagetyperesolutionresult.md)
