struct SuggestionMetadataextension SuggestionMetadata : Equatable, Hashable, SendableMetadata about an automation suggestion.
-
The score of the suggestion.
Declaration
Swift
let rank: Int -
The category of the suggestion.
Declaration
Swift
let type: [SuggestionType] -
The source of the suggestion.
Declaration
Swift
let source: SuggestionSource -
The name of the suggestion.
Declaration
Swift
let name: String -
The description of the suggestion.
Declaration
Swift
let description: String -
Undocumented
Declaration
Swift
init(rank: Int, type: [SuggestionType], source: SuggestionSource, name: String, description: String)