Contents

AssistantIntent

An app intent that Siri performs to fulfill a person’s request.

Declaration

protocol AssistantIntent : AppIntent

Overview

Don’t adopt this protocol directly, instead use the AssistantIntent(schema:) macro to meet requirements for making your AppIntent available to Siri.

See Also

Base protocols