Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
「App Intent」よくわからんけどすごい!
Search
rinngo
July 06, 2025
Programming
1
140
「App Intent」よくわからんけどすごい!
WWDC25 Recap - Japan-\(region).swift
で登壇した資料です!
(初登壇かつSwift初心者なのでもしかしたらミスがあるかも...)
rinngo
July 06, 2025
Tweet
Share
Other Decks in Programming
See All in Programming
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
370
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
280
Go製CLIツールをnpmで配布するには
syumai
2
1.2k
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
240
物語を動かす行動"量" #エンジニアニメ
konifar
14
5.2k
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
480
Honoアップデート 2025年夏
yusukebe
1
670
バイブコーディング × 設計思考
nogu66
0
120
エンジニアのための”最低限いい感じ”デザイン入門
shunshobon
0
110
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
480
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
370
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
730
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
It's Worth the Effort
3n
186
28k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Designing Experiences People Love
moore
142
24k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
20k
Scaling GitHub
holman
462
140k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Become a Pro
speakerdeck
PRO
29
5.5k
Site-Speed That Sticks
csswizardry
10
780
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Transcript
「App Intent」 よくわからんけどすごい! 1 rinngo
自己紹介 2 rinngo 徳島大学理工学部知能情報コース2年 興味のおもむくままに 楽しく開発をしています!! rinngo__0302 rinngo0302
「App Intent」とは? 3
「App Intent」とは? 4 アプリの特定の機能を OSに教えて、 その機能を OSから呼び出すことができる!
個人的に「これおもしろい!!」 と思ったものを紹介します! 5
もくじ 6 ・Use Model ・インタラクティブスニペット
7 Use Model
8 UseModel 厳密には「ショートカット」 の機能
9 UseModel App Intentから「Apple Intelligence」にデータを渡して レスポンスを出力することができる!!
10 UseModel App Intent Apple Intelligence App Entity App Intentで「App
Entity」というデータを用意する。
11 UseModel App Intent Apple Intelligence App Entity (JSON) App
EntityをJSON形式にしてApple Intelligenceに渡す。
12 UseModel App Intent Apple Intelligence すごいデータ (色々な形式 ) Apple
Intelligenceがデータを出力してくれる。 リッチテキストや辞書形式、 App Entityなど状況にあった形式
UseModel App Intent Apple Intelligence すごいデータ (色々な形式 ) 13
UseModel App Intent Apple Intelligence すごいデータ (色々な形式 ) Apple IntelligenceのデータをApp
Intentに渡す。 14
UseModel 15
UseModel 16 今日作成したメモを取得
UseModel 17 今日作成したメモを取得 メモはショートカットの機能 に関係するか?
UseModel 18 今日作成したメモを取得 メモはショートカットの機能 に関係するか? 「はい」なら「Shortcuts Projects」に追 加
インタラクティブスニペット 19
インタラクティブスニペット App Intentの結果を 「複雑なView」を使って表示することができる! 20
インタラクティブスニペット 複雑なViewを 作れる! 21
インタラクティブスニペット ・SwiftUIのViewを表示することができる! ・リアルタイム でViewを更新できる! ・スニペット内 でアクションを実行できる! 22
まとめ あまり注目されない「App Intent」ですけど 面白い機能が増えてより便利になりました! みさなんもぜひ触ってみてください! 23