---
title: INSetRadioStationIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/insetradiostationintentresponse
---

# INSetRadioStationIntentResponse

Your app’s response to a set radio station intent.

## Declaration

```swift
class INSetRadioStationIntentResponse
```

## Overview

Overview An INSetRadioStationIntentResponse object contains the status of changing the currently playing radio station. You create instances of this class when confirming or handling a set radio station intent. You create an INSetRadioStationIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your set seat settings in car handler object. For more information about implementing your handler object, see INSetRadioStationIntentHandling.

## Topics

### Initializing the Response Object

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

### Getting the Response Code

- [code](intents/insetradiostationintentresponse/code.md)
- [INSetRadioStationIntentResponseCode](intents/insetradiostationintentresponsecode.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

### CarPlay Radio Station Settings

- [INSetRadioStationIntentHandling](intents/insetradiostationintenthandling.md)
- [INSetRadioStationIntent](intents/insetradiostationintent.md)
