---
title: AppSchema.NotesIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/notesintent
---

# AppSchema.NotesIntent

Identifies intent schemas in the notes domain.

## Declaration

```swift
protocol NotesIntent : AppSchema.Kind
```

## Topics

### Instance Properties

- [createNote](appintents/appschema/notesintent/createnote.md)
- [updateNote](appintents/appschema/notesintent/updatenote.md)

## Relationships

### Inherits From

- [AppSchema.Kind](appintents/appschema/kind.md)

### Conforming Types

- [AppSchema.Intent](appintents/appschema/intent.md)

## See Also

### Actions

- [createNote](appintents/appschema/notesintent/createnote.md)
- [updateNote](appintents/appschema/notesintent/updatenote.md)
