Contents

handle(_:completionHandler:)

Responds to a Siri intent.

Declaration

optional func handle(_ intent: INIntent, completionHandler: @escaping (INIntentResponse) -> Void)
optional func handle(_ intent: INIntent) async -> INIntentResponse

Mentioned in

See Also

Related Documentation