---
title: INActivateCarSignalIntentResponseCode.ready
framework: intents
role: symbol
role_heading: Case
path: intents/inactivatecarsignalintentresponsecode/ready
---

# INActivateCarSignalIntentResponseCode.ready

A response code indicating that you are ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Constants

- [INActivateCarSignalIntentResponseCode.failure](intents/inactivatecarsignalintentresponsecode/failure.md)
- [INActivateCarSignalIntentResponseCode.failureRequiringAppLaunch](intents/inactivatecarsignalintentresponsecode/failurerequiringapplaunch.md)
- [INActivateCarSignalIntentResponseCode.inProgress](intents/inactivatecarsignalintentresponsecode/inprogress.md)
- [INActivateCarSignalIntentResponseCode.success](intents/inactivatecarsignalintentresponsecode/success.md)
- [INActivateCarSignalIntentResponseCode.unspecified](intents/inactivatecarsignalintentresponsecode/unspecified.md)
