Contents

AppIntent(schema:)

A Swift macro you use to make sure your app intent conforms to an schema.

Declaration

@attached(memberAttribute) @attached(extension, conformances: AppIntent, AssistantSchemaIntent, ShowInAppSearchResultsIntent, OpenIntent, DeleteIntent, AudioPlaybackIntent, AudioRecordingIntent, LiveActivityIntent, URLRepresentableIntent, names: named(__assistantSchemaIntent)) macro AppIntent<T>(schema: T) where T : AssistantSchemas.Intent

Mentioned in

See Also

Macros