---
title: INSendMessageRecipientResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/insendmessagerecipientresolutionresult
---

# INSendMessageRecipientResolutionResult

A resolution result for the recipient of a message.

## Declaration

```swift
class INSendMessageRecipientResolutionResult
```

## Overview

Overview An INSendMessageRecipientResolutionResult object is what you return when resolving parameters containing an INPerson object. Use the unsupported(forReason:) method to provide additional context about why a recipient was invalid. Otherwise, use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INPersonResolutionResult and INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [unsupported(forReason:)](intents/insendmessagerecipientresolutionresult/unsupported(forreason:).md)
- [INSendMessageRecipientUnsupportedReason](intents/insendmessagerecipientunsupportedreason.md)
- [init(personResolutionResult:)](intents/insendmessagerecipientresolutionresult/init(personresolutionresult:).md)

## Relationships

### Inherits From

- [INPersonResolutionResult](intents/inpersonresolutionresult.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)
- [INPersonResolutionResult](intents/inpersonresolutionresult.md)
- [INOutgoingMessageTypeResolutionResult](intents/inoutgoingmessagetyperesolutionresult.md)
