---
title: INCreateNoteIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/increatenoteintentresponsecode/success
---

# INCreateNoteIntentResponseCode.success

You successfully created the note.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after creating the note successfully. Your response should contain the details of the note that you created.

## See Also

### Constants

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