---
title: INCreateNoteIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/increatenoteintentresponsecode
---

# INCreateNoteIntentResponseCode

Constants indicating the state of the response.

## Declaration

```swift
enum INCreateNoteIntentResponseCode
```

## Topics

### Constants

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

### Initializers

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