AutomationSuggestionSource

enum AutomationSuggestionSource
extension AutomationSourceMetadata.AutomationSuggestionSource : Equatable, Hashable, Sendable

Source from which the automation was generated.

  • Unspecified automation source.

    Declaration

    Swift

    case unspecified
  • Hand curated personal suggestion.

    Declaration

    Swift

    case staticSuggestion
  • Personalized suggestion based on the user.

    Declaration

    Swift

    case personalizedSuggestion