<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/PresentationIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV18PresentationIntentP"
  },
  "title" : "AppSchema.PresentationIntent"
}
-->

# AppSchema.PresentationIntent

Identifies intent schemas in the presentation domain.

```
protocol PresentationIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var addAudioToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addAudioToSlide)

An intent schema that adds an audio clip to a slide.

[`var addCommentToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addCommentToSlide)

An intent schema that adds a comment to a slide.

[`var addImageToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addImageToSlide)

An intent schema that adds an image to a slide.

[`var addTextBoxToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addTextBoxToSlide)

An intent schema that adds a text box to a slide.

[`var addVideoToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addVideoToSlide)

An intent schema that adds a video to a slide.

[`var addWebVideoToSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/addWebVideoToSlide)

An intent schema that adds a web video to a slide.

[`var create: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/create)

An intent schema that opens the app for composing a new presentation.

[`var createSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/createSlide)

An intent schema that creates a new slide in a presentation document.

[`var deleteSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/deleteSlide)

An intent schema that deletes slides in a presentation.

[`var open: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/open)

An intent schema that opens the app into an existing presentation.

[`var openSlide: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/openSlide)

An intent schema that opens a slide.

[`var setSlideTitle: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/setSlideTitle)

An intent schema that sets the title of the slide.

[`var startPlayback: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/startPlayback)

An intent schema that plays the presentation from the start or selected slide.

[`var stopPlayback: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/stopPlayback)

An intent schema that stops the currently playing presentation.

[`var update: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/PresentationIntent/update)

An intent schema that renames an existing presentation.

## Relationships

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

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)