---
title: SystemIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/systemintent
---

# SystemIntent

Designates intent types provided by App Intents.

## Declaration

```swift
protocol SystemIntent : AppIntent
```

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

### Inherited By

- [AudioPlaybackIntent](appintents/audioplaybackintent.md)
- [AudioRecordingIntent](appintents/audiorecordingintent.md)
- [AudioStartingIntent](appintents/audiostartingintent.md)
- [CameraCaptureIntent](appintents/cameracaptureintent.md)
- [DeleteIntent](appintents/deleteintent.md)
- [LiveActivityIntent](appintents/liveactivityintent.md)
- [LiveActivityStartingIntent](appintents/liveactivitystartingintent.md)
- [OpenIntent](appintents/openintent.md)
- [PauseWorkoutIntent](appintents/pauseworkoutintent.md)
- [PlayVideoIntent](appintents/playvideointent.md)
- [PushToTalkTransmissionIntent](appintents/pushtotalktransmissionintent.md)
- [ResumeWorkoutIntent](appintents/resumeworkoutintent.md)
- [ShowInAppSearchResultsIntent](appintents/showinappsearchresultsintent.md)
- [StartDiveIntent](appintents/startdiveintent.md)
- [StartWorkoutIntent](appintents/startworkoutintent.md)
- [UndoableIntent](appintents/undoableintent.md)

### Conforming Types

- [OpenURLIntent](appintents/openurlintent.md)
- [RunSystemShortcutIntent](appintents/runsystemshortcutintent.md)
