updateRelevantIntents(_:)

Give the system the list of relevant intents for your app. To replace the list, call this method again, passing in a new list of relevant intents. To remove all relevant intents associated with your app, call this method with an empty array.

Declaration

final func updateRelevantIntents(_ relevantIntents: [RelevantIntent]) async throws