Contents

INUpcomingMediaPredictionMode.onlyPredictSuggestedIntents

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

Declaration

case onlyPredictSuggestedIntents

Discussion

Use this prediction mode when you want Siri to show the user only those media intent shortcuts set in the 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.

See Also

Prediction Modes