---
title: ProgressReportingIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/progressreportingintent
---

# ProgressReportingIntent

An intent that reports progress to the system during its execution

## Declaration

```swift
protocol ProgressReportingIntent : AppIntent
```

## Topics

### Instance Properties

- [progress](appintents/progressreportingintent/progress.md)

## Relationships

### Inherits From

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

### Inherited By

- [LongRunningIntent](appintents/longrunningintent.md)

## See Also

### Communication actions

- [PushToTalkTransmissionIntent](appintents/pushtotalktransmissionintent.md)
- [ShowInAppSearchResultsIntent](appintents/showinappsearchresultsintent.md)
