“ShortcutsΞϓϦͳͲͰλΠτϧͱͯ͠දࣔ͞ΕΔ" @Parameter(title: "ςετ༻ύϥϝʔλ", description: "దͳจࣈྻΛೖྗ") var text: String static var parameterSummary: some ParameterSummary { Summary("\(\.$text) ͕App Intentsʹ͞Ε·͢") } static var description: IntentDescription? { .init("આ໌༻ςΩετ", categoryName: "ΧςΰϦ໊", searchKeywords: ["ݕࡧ༻Ωʔϫʔυ"]) } @MainActor func perform() async throws -> some IntentResult { print("\(text) ͕͞Ε·ͨ͠") return .result() } }