如何使用 AppleScript 打开 Siri?

How to open Siri with AppleScript?

我想用 AppleScript 打开 Siri,但我不知道怎么做。

很难在官方文档中找到它。

非常感谢任何帮助。

一个可能的解决方案是在系统偏好设置中启用 "Show Siri in menu bar" 和 运行

tell application "System Events" to tell the front menu bar of process "SystemUIServer"
    tell (first menu bar item whose description is "Siri")
        perform action "AXPress"
    end tell
end tell

您必须在安全和隐私中启用相应的辅助功能部分