---
title: INResumeWorkoutIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/inresumeworkoutintentresponse
---

# INResumeWorkoutIntentResponse

Your app’s response to a resume workout intent.

## Declaration

```swift
class INResumeWorkoutIntentResponse
```

## Overview

Overview Use an INResumeWorkoutIntentResponse object to specify whether your app is able to resume a workout. The response object contains only the status code that indicates whether to launch your app or whether there was a problem. You create an INResumeWorkoutIntentResponse object in the handle(intent:completion:) and confirm(intent:completion:) methods of your resume workout handler object. For more information about implementing your handler object, see INResumeWorkoutIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/inresumeworkoutintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/inresumeworkoutintentresponse/code.md)
- [INResumeWorkoutIntentResponseCode](intents/inresumeworkoutintentresponsecode.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Resume a Workout

- [INResumeWorkoutIntentHandling](intents/inresumeworkoutintenthandling.md)
- [INResumeWorkoutIntent](intents/inresumeworkoutintent.md)
