AppIntentTypeDefinition
A protocol that associates a definition type with its corresponding instance type.
Declaration
protocol AppIntentTypeDefinitionOverview
The AppIntentTypeDefinition bridges a definition type you use to retrieve your intent, entity, and enum type, and the type-erased instance of your concrete intent, entity, or enum. For example, AppIntentTypeDefinition bridges AppEntityDefinition to the AnyAppEntity. Validate that a given instance was produced from the correct definition using the isInstance(_:) function.