---
title: INCreateNoteIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/increatenoteintentresponse
---

# INCreateNoteIntentResponse

Your app’s response to a request to create a note.

## Declaration

```swift
class INCreateNoteIntentResponse
```

## Overview

Overview Use an INCreateNoteIntentResponse object to return information about the note that your app created. Siri communicates the information from your app’s response to the user at appropriate times. You create an INCreateNoteIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INCreateNoteIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/increatenoteintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/increatenoteintentresponse/code.md)
- [INCreateNoteIntentResponseCode](intents/increatenoteintentresponsecode.md)

### Accessing the Note Content

- [createdNote](intents/increatenoteintentresponse/creatednote.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Note Creation

- [INCreateNoteIntentHandling](intents/increatenoteintenthandling.md)
- [INCreateNoteIntent](intents/increatenoteintent.md)
