---
title: INResumeWorkoutIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/inresumeworkoutintenthandling
---

# INResumeWorkoutIntentHandling

The interface that handles requests to resume a workout.

## Declaration

```swift
protocol INResumeWorkoutIntentHandling : NSObjectProtocol
```

## Overview

Overview Use the methods of the INResumeWorkoutIntentHandling protocol to resolve, confirm, and handle requests to resume a paused workout that’s using your app. Adopt this protocol in an object of your Intents extension that’s capable of validating the workout name. You don’t actually resume the workout from your Intents extension. When your handle(intent:completion:) returns, Siri launches your app and passes it an NSUserActivity object that contains the intent object and your response. Your app uses the information in those objects to resume the workout.

## Topics

### Resolving the Intent Parameters

- [resolveWorkoutName(for:with:)](intents/inresumeworkoutintenthandling/resolveworkoutname(for:with:).md)

### Confirming the Response

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

### Handling the Intent

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

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INWorkoutsDomainHandling](intents/inworkoutsdomainhandling.md)

## See Also

### Resume a Workout

- [INResumeWorkoutIntent](intents/inresumeworkoutintent.md)
- [INResumeWorkoutIntentResponse](intents/inresumeworkoutintentresponse.md)
