AppIntents.AppIntent
public func requestChoice<Content>(between options: [AppIntents.IntentChoiceOption], dialog: AppIntents.IntentDialog? = nil, @SwiftUICore.ViewBuilder content: () -> Content) async throws -> AppIntents.IntentChoiceOption where Content : SwiftUICore.View
AppIntents.AppIntent
public func requestChoice<Content>(between options: [AppIntents.IntentChoiceOption], dialog: AppIntents.IntentDialog? = nil, view: Content) async throws -> AppIntents.IntentChoiceOption where Content : SwiftUICore.View
SwiftUICore.View
nonisolated public func onAppIntentExecution<I>(_ intent: I.Type = I.self, perform action: @escaping @_Concurrency.MainActor (I) -> Swift.Void) -> some SwiftUICore.View where I : AppIntents.TargetContentProvidingIntent