<!--
{
  "availability" : [
    "iOS: 10.0.0 - 15.0.0",
    "iPadOS: 10.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetRadioStationIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSetRadioStationIntentHandling"
  },
  "title" : "INSetRadioStationIntentHandling"
}
-->

# INSetRadioStationIntentHandling

The handler interface for changing a radio station.

```
protocol INSetRadioStationIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INSetRadioStationIntentHandling`](/documentation/Intents/INSetRadioStationIntentHandling) protocol to resolve, confirm, and handle requests to change radio stations from your app. Your extension should be able to change the radio station based on the provided information. For example, automotive vendors should be able to use the information to update the settings of a vehicle’s entertainment system.

Siri delivers an [`INSetRadioStationIntent`](/documentation/Intents/INSetRadioStationIntent) object to your handler when the user asks to change the current radio station. The provided intent object contains information that you use to determine the new station.

## Topics

### Resolving the Intent Parameters

[`resolveRadioType(for:with:)`](/documentation/Intents/INSetRadioStationIntentHandling/resolveRadioType(for:with:))

Resolves the radio type.

[`resolveFrequency(for:with:)`](/documentation/Intents/INSetRadioStationIntentHandling/resolveFrequency(for:with:))

Resolves the radio station frequency.

[`resolveStationName(for:with:)`](/documentation/Intents/INSetRadioStationIntentHandling/resolveStationName(for:with:))

Resolves the name of the radio station.

[`resolveChannel(for:with:)`](/documentation/Intents/INSetRadioStationIntentHandling/resolveChannel(for:with:))

Resolves the channel number for the radio station.

[`resolvePresetNumber(for:with:)`](/documentation/Intents/INSetRadioStationIntentHandling/resolvePresetNumber(for:with:))

Resolves the preset number used to select the radio station.

### Confirming the Response

[`confirm(intent:completion:)`](/documentation/Intents/INSetRadioStationIntentHandling/confirm(intent:completion:))

Confirms whether you can change the radio station.

### Handling the Intent

[`handle(intent:completion:)`](/documentation/Intents/INSetRadioStationIntentHandling/handle(intent:completion:))

Handles changing the radio station.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)