Contents

AssistantEntity

An app entity that Siri can access to fulfill a person’s request.

Declaration

protocol AssistantEntity : AppEntity

Overview

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

See Also

Base protocols