---
title: INGetVisualCodeIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/ingetvisualcodeintentresponsecode
---

# INGetVisualCodeIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INGetVisualCodeIntentResponseCode
```

## Topics

### Constants

- [INGetVisualCodeIntentResponseCode.unspecified](intents/ingetvisualcodeintentresponsecode/unspecified.md)
- [INGetVisualCodeIntentResponseCode.ready](intents/ingetvisualcodeintentresponsecode/ready.md)
- [INGetVisualCodeIntentResponseCode.continueInApp](intents/ingetvisualcodeintentresponsecode/continueinapp.md)
- [INGetVisualCodeIntentResponseCode.inProgress](intents/ingetvisualcodeintentresponsecode/inprogress.md)
- [INGetVisualCodeIntentResponseCode.success](intents/ingetvisualcodeintentresponsecode/success.md)
- [INGetVisualCodeIntentResponseCode.failure](intents/ingetvisualcodeintentresponsecode/failure.md)
- [INGetVisualCodeIntentResponseCode.failureRequiringAppLaunch](intents/ingetvisualcodeintentresponsecode/failurerequiringapplaunch.md)
- [INGetVisualCodeIntentResponseCode.failureAppConfigurationRequired](intents/ingetvisualcodeintentresponsecode/failureappconfigurationrequired.md)

### Initializers

- [init(rawValue:)](intents/ingetvisualcodeintentresponsecode/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/ingetvisualcodeintentresponse/code.md)
