---
title: PlayVideoIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/playvideointent
---

# PlayVideoIntent

An intent that looks for videos based on a search term, then plays the content.

## Declaration

```swift
protocol PlayVideoIntent : SystemIntent
```

## Topics

### Instance Properties

- [term](appintents/playvideointent/term.md)

### Type Properties

- [supportedCategories](appintents/playvideointent/supportedcategories.md)

## Relationships

### Inherits From

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

## See Also

### Media actions

- [AudioPlaybackIntent](appintents/audioplaybackintent.md)
- [AudioRecordingIntent](appintents/audiorecordingintent.md)
- [CameraCaptureIntent](appintents/cameracaptureintent.md)
- [VideoCategory](appintents/videocategory.md)
