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
150
「App Intent」よくわからんけどすごい!
WWDC25 Recap - Japan-\(region).swift
で登壇した資料です!
(初登壇かつSwift初心者なのでもしかしたらミスがあるかも...)
rinngo
July 06, 2025
Tweet
Share
Other Decks in Programming
See All in Programming
Testing Trophyは叫ばない
toms74209200
0
890
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
260
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
250
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
230
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
Improving my own Ruby thereafter
sisshiki1969
1
160
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
10
4.4k
1から理解するWeb Push
dora1998
7
1.9k
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
140
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Rancher と Terraform
fufuhu
2
550
Featured
See All Featured
Facilitating Awesome Meetings
lara
55
6.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Large-scale JavaScript Application Architecture
addyosmani
513
110k
Embracing the Ebb and Flow
colly
87
4.8k
A Tale of Four Properties
chriscoyier
160
23k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.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