IntentResult
public static func result<Intent>(actionButtonIntent: Intent, activityIdentifier: Swift.String) -> Self where Self == AppIntents.IntentResultContainer<Swift.Never, Swift.Never, Swift.Never, Swift.Never>, Intent : AppIntents.AppIntent
IntentResult
public static func result<Intent>(actionButtonIntent: Intent, activityIdentifier: Swift.String, dialog: AppIntents.IntentDialog) -> Self where Self == AppIntents.IntentResultContainer<Swift.Never, Swift.Never, Swift.Never, AppIntents.IntentDialog>, Intent : AppIntents.AppIntent
IntentResult
public static func result<Value, Intent>(value: Value, actionButtonIntent: Intent, activityIdentifier: Swift.String) -> Self where Self == AppIntents.IntentResultContainer<Value, Swift.Never, Swift.Never, Swift.Never>, Value : AppIntents._IntentValue, Intent : AppIntents.AppIntent
IntentResult
public static func result<Value, Intent>(value: Value, actionButtonIntent: Intent, activityIdentifier: Swift.String, dialog: AppIntents.IntentDialog) -> Self where Self == AppIntents.IntentResultContainer<Value, Swift.Never, Swift.Never, AppIntents.IntentDialog>, Value : AppIntents._IntentValue, Intent : AppIntents.AppIntent