---
title: Messages
framework: appintents
role: collectionGroup
role_heading: API Collection
path: appintents/app-schema-domain-messages
---

# Messages

Make your messaging app’s actions available to Apple Intelligence and Siri by adopting schemas for common messaging actions.

## Overview

Overview The .messages domain defines app schemas that provide a structured representation for common messaging actions and content. Apply schemas in the .messages domain to make your app’s messaging functionality available to Apple Intelligence and Siri. Each schema defines the requirements for intents, parameters, and results so people get a consistent experience across messaging apps. For example, a person can send a message on different apps that support the sendMessage schema with the same phrases. The following table maps example phrases that apply to each schema. Your app needs to support all of these schemas when it supports any one of them.  |   |   |   |   |   |  At build time, Xcode validates whether your app implements all the schemas in the group. tip: Xcode generates a template implementation when you type messages_ and select a schema from the suggestions list. For more information about making your app’s actions available to Apple Intelligence and Siri, see Apple Intelligence and Siri AI.

## Topics

### Essentials

- [Integrating your messaging app with Apple Intelligence](appintents/integrating-your-messaging-app-with-apple-intelligence.md)

### Actions

- [draftMessage](appintents/appschema/messagesintent/draftmessage.md)
- [editSentMessage](appintents/appschema/messagesintent/editsentmessage.md)
- [sendMessage](appintents/appschema/messagesintent/sendmessage.md)
- [setMessageReadStatus](appintents/appschema/messagesintent/setmessagereadstatus.md)
- [unsendMessage](appintents/appschema/messagesintent/unsendmessage.md)
- [AppSchema.MessagesIntent](appintents/appschema/messagesintent.md)

### Content and parameter types

- [conversation](appintents/appschema/messagesentity/conversation.md)
- [customAttachment](appintents/appschema/messagesentity/customattachment.md)
- [message](appintents/appschema/messagesentity/message.md)
- [messagePerson](appintents/appschema/messagesentity/messageperson.md)
- [AppSchema.MessagesEntity](appintents/appschema/messagesentity.md)

### Types for static parameters

- [conversationAttribute](appintents/appschema/messagesenum/conversationattribute.md)
- [customReaction](appintents/appschema/messagesenum/customreaction.md)
- [messageAttribute](appintents/appschema/messagesenum/messageattribute.md)
- [messageEffect](appintents/appschema/messagesenum/messageeffect.md)
- [messageType](appintents/appschema/messagesenum/messagetype.md)
- [AppSchema.MessagesEnum](appintents/appschema/messagesenum.md)

## See Also

### Primary domains

- [Audio](appintents/app-schema-domain-audio.md)
- [Calendar](appintents/app-schema-domain-calendar.md)
- [Camera](appintents/app-schema-domain-camera.md)
- [Clock](appintents/app-schema-domain-clock.md)
- [Files](appintents/app-schema-domain-files.md)
- [Mail](appintents/app-schema-domain-mail.md)
- [Maps](appintents/app-schema-domain-maps.md)
- [Notes](appintents/app-schema-domain-notes.md)
- [Phone](appintents/app-schema-domain-phone.md)
- [Photos](appintents/app-schema-domain-photos.md)
- [Reminders](appintents/app-schema-domain-reminders.md)
- [System and in-app search](appintents/app-schema-domain-system-and-in-app-search.md)
