<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INUpcomingMediaPredictionMode/onlyPredictSuggestedIntents",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INUpcomingMediaPredictionMode@INUpcomingMediaPredictionModeOnlyPredictSuggestedIntents"
  },
  "title" : "INUpcomingMediaPredictionMode.onlyPredictSuggestedIntents"
}
-->

# INUpcomingMediaPredictionMode.onlyPredictSuggestedIntents

The mode that predicts suggested media intent shortcuts associated with your app.

```
case onlyPredictSuggestedIntents
```

## Discussion

Use this prediction mode when you want Siri to show the user only those media intent shortcuts set in the [`setSuggestedMediaIntents(_:)`](/documentation/Intents/INUpcomingMediaManager/setSuggestedMediaIntents(_:)) method. For instance, a podcast app uses this mode when it wants to only show suggested shortcuts, rather than shortcuts it donated for media the user has already listened to or watched.

---

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)