---
title: INStartCallIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/instartcallintentresponse
---

# INStartCallIntentResponse

Your app’s response to a start call intent.

## Declaration

```swift
class INStartCallIntentResponse
```

## Overview

Overview Use an INStartCallIntentResponse object to specify whether your app is able to initiate an audio or video call. You create instances of this class when confirming and handling an INStartCallIntent 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 assists your app in placing the call. You create an INStartCallIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your start call handler object. For more information about implementing your handler object, see INStartCallIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/instartcallintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/instartcallintentresponse/code.md)
- [INStartCallIntentResponseCode](intents/instartcallintentresponsecode.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Starting a Call

- [INStartCallIntentHandling](intents/instartcallintenthandling.md)
- [INStartCallIntent](intents/instartcallintent.md)
- [INStartCallCallRecordToCallBackUnsupportedReason](intents/instartcallcallrecordtocallbackunsupportedreason.md)
