Contents

INSetMessageAttributeIntentResponse

Your app’s response to a set message attribute intent.

Declaration

class INSetMessageAttributeIntentResponse

Overview

An INSetMessageAttributeIntentResponse object contains the status of modifying the specified messages. You create instances of this class when confirming or handling a set message attribute intent.

You create an INSetMessageAttributeIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your set message attribute handler object. For more information about implementing your handler object, see INSetMessageAttributeIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

See Also

Setting Message Attributes