---
title: INStartPhotoPlaybackIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/instartphotoplaybackintenthandling
---

# INStartPhotoPlaybackIntentHandling

The handler interface for searching the user’s photos and the playback of the results.

## Declaration

```swift
protocol INStartPhotoPlaybackIntentHandling : NSObjectProtocol
```

## Overview

Overview Use the methods of the INStartPhotoPlaybackIntentHandling protocol to resolve, confirm, and handle requests to search the user’s photos and initiate playback of a slideshow. Adopt this protocol in an object of your Intents extension that’s capable of performing the search and determining the number of results. Siri doesn’t display the photos found during the search. After a successful search, Siri launches your app so that it can begin the slideshow. Siri delivers an INStartPhotoPlaybackIntent object to your handler when the user asks to start a slideshow. The provided intent object contains the search parameters to use for matching photos to include in the slideshow. Use the methods of this protocol to resolve the search parameters, to perform the search, and to return the number of photos that match the criteria.

## Topics

### Resolving the Intent Parameters

- [resolveDateCreated(for:with:)](intents/instartphotoplaybackintenthandling/resolvedatecreated(for:with:).md)
- [resolveLocationCreated(for:with:)](intents/instartphotoplaybackintenthandling/resolvelocationcreated(for:with:).md)
- [resolvePeopleInPhoto(for:with:)](intents/instartphotoplaybackintenthandling/resolvepeopleinphoto(for:with:).md)
- [resolveAlbumName(for:with:)](intents/instartphotoplaybackintenthandling/resolvealbumname(for:with:).md)

### Confirming the Response

- [confirm(intent:completion:)](intents/instartphotoplaybackintenthandling/confirm(intent:completion:).md)

### Handling the Intent

- [handle(intent:completion:)](intents/instartphotoplaybackintenthandling/handle(intent:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INPhotosDomainHandling](intents/inphotosdomainhandling.md)

## See Also

### Photo Playback

- [INStartPhotoPlaybackIntent](intents/instartphotoplaybackintent.md)
- [INStartPhotoPlaybackIntentResponse](intents/instartphotoplaybackintentresponse.md)
