ShowResult

public struct ShowResult : Shortcut

Shows the specified text in Siri or in an alert.

Input: Text

Input: (Text) The input

  • The contents of the shortcut.

    Declaration

    Swift

    public var body: some Shortcut { get }
  • Initializes the shortcut.

    Declaration

    Swift

    public init(_ text: Text)

    Parameters

    text

    The text to display.