---
title: INSetTaskAttributeIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/insettaskattributeintentresponsecode
---

# INSetTaskAttributeIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INSetTaskAttributeIntentResponseCode
```

## Topics

### Constants

- [INSetTaskAttributeIntentResponseCode.unspecified](intents/insettaskattributeintentresponsecode/unspecified.md)
- [INSetTaskAttributeIntentResponseCode.ready](intents/insettaskattributeintentresponsecode/ready.md)
- [INSetTaskAttributeIntentResponseCode.inProgress](intents/insettaskattributeintentresponsecode/inprogress.md)
- [INSetTaskAttributeIntentResponseCode.success](intents/insettaskattributeintentresponsecode/success.md)
- [INSetTaskAttributeIntentResponseCode.failure](intents/insettaskattributeintentresponsecode/failure.md)
- [INSetTaskAttributeIntentResponseCode.failureRequiringAppLaunch](intents/insettaskattributeintentresponsecode/failurerequiringapplaunch.md)

### Initializers

- [init(rawValue:)](intents/insettaskattributeintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/insettaskattributeintentresponse/code.md)
