---
title: INActivateCarSignalIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/inactivatecarsignalintentresponse
---

# INActivateCarSignalIntentResponse

Your app’s response to a request to activate a car’s signals.

## Declaration

```swift
class INActivateCarSignalIntentResponse
```

## Overview

Overview Use an INActivateCarSignalIntentResponse object to specify the result of a request to activate the signal on the user’s car. You create instances of this class when confirming or handling an activate car signal intent. Use this object to confirm that the request is valid and communicate whether the signal was successfully activated, or to report any errors that occur. You create an INActivateCarSignalIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INActivateCarSignalIntentHandling.

## Topics

### Initializing the Response Object

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

### Getting the Response Code

- [code](intents/inactivatecarsignalintentresponse/code.md)
- [INActivateCarSignalIntentResponseCode](intents/inactivatecarsignalintentresponsecode.md)

### Providing the Signal Information

- [signals](intents/inactivatecarsignalintentresponse/signals.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

### Activate Car Signal

- [INActivateCarSignalIntentHandling](intents/inactivatecarsignalintenthandling.md)
- [INActivateCarSignalIntent](intents/inactivatecarsignalintent.md)
