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

# INCreateNoteIntentResponseCode.unspecified

The response code was not specified.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion Do not return this response code when handling the intent; doing so causes the system to display an error.

## See Also

### Constants

- [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)
