INStartAudioCallIntentResponse
An app’s response to an intent to start an audio call.
Declaration
class INStartAudioCallIntentResponseOverview
Use an INStartAudioCallIntentResponse object to specify whether your app is able to initiate an audio-based call. You create instances of this class when confirming and handling an INStartAudioCallIntent object. When it’s time to call the user, SiriKit launches your app and delivers the NSUserActivity object contained in this object. Use that user activity object to specify any additional information that would assist your app in placing the call.
You create an INStartAudioCallIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your start audio call handler object. For more information about implementing your handler object, see INStartAudioCallIntentHandling.