---
title: INPauseWorkoutIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/inpauseworkoutintentresponse
---

# INPauseWorkoutIntentResponse

Your app’s response to a pause workout intent.

## Declaration

```swift
class INPauseWorkoutIntentResponse
```

## Overview

Overview Use an INPauseWorkoutIntentResponse object to specify whether your app is able to pause 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 INPauseWorkoutIntentResponse object in the handle(intent:completion:) and confirm(intent:completion:) methods of your pause workout handler object. For more information about implementing your handler object, see INPauseWorkoutIntentHandling.

## Topics

### Initializing the Response Object

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

### Getting the Response Code

- [code](intents/inpauseworkoutintentresponse/code.md)
- [INPauseWorkoutIntentResponseCode](intents/inpauseworkoutintentresponsecode.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

### Pause a Workout

- [INPauseWorkoutIntentHandling](intents/inpauseworkoutintenthandling.md)
- [INPauseWorkoutIntent](intents/inpauseworkoutintent.md)
