Contents

INSendMessageRecipientResolutionResult

A resolution result for the recipient of a message.

Declaration

class INSendMessageRecipientResolutionResult

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

See Also

Providing Resolution Results