Your app’s response to a set message attribute intent.
SDK
- iOS 10.0+
Framework
- Intents
Declaration
class INSetMessageAttributeIntentResponse : INIntent Response
Overview
An INSet
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 INSet
object in the confirm(intent:
and handle(intent:
methods of your set message attribute handler object. For more information about implementing your handler object, see INSet
.