<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INResumeWorkoutIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INResumeWorkoutIntentHandling"
  },
  "title" : "INResumeWorkoutIntentHandling"
}
-->

# INResumeWorkoutIntentHandling

The interface that handles requests to resume a workout.

```
protocol INResumeWorkoutIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INResumeWorkoutIntentHandling`](/documentation/Intents/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:)`](/documentation/Intents/INResumeWorkoutIntentHandling/handle(intent:completion:)) returns, Siri launches your app and passes it an <doc://com.apple.documentation/documentation/Foundation/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:)`](/documentation/Intents/INResumeWorkoutIntentHandling/resolveWorkoutName(for:with:))

Resolves the workout name that the user wants to resume.

### Confirming the Response

[`confirm(intent:completion:)`](/documentation/Intents/INResumeWorkoutIntentHandling/confirm(intent:completion:))

Confirms that your app is able to resume the workout.

### Handling the Intent

[`handle(intent:completion:)`](/documentation/Intents/INResumeWorkoutIntentHandling/handle(intent:completion:))

Handles resuming the workout.



---

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)