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
160
「App Intent」よくわからんけどすごい!
WWDC25 Recap - Japan-\(region).swift
で登壇した資料です!
(初登壇かつSwift初心者なのでもしかしたらミスがあるかも...)
rinngo
July 06, 2025
Tweet
Share
Other Decks in Programming
See All in Programming
AIで開発生産性を上げる個人とチームの取り組み
taniigo
0
130
私はどうやって技術力を上げたのか
yusukebe
43
17k
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
930
ABEMAモバイルアプリが Kotlin Multiplatformと歩んだ5年 ─ 導入と運用、成功と課題 / iOSDC 2025
akkyie
0
320
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
ИИ-Агенты в каждый дом – Алексей Порядин, PythoNN
sobolevn
0
150
CSC509 Lecture 03
javiergs
PRO
0
330
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
230
Swift Concurrency - 状態監視の罠
objectiveaudio
2
450
エンジニアとして高みを目指す、 利益を生み出す設計の考え方 / design-for-profit
minodriven
23
12k
プロダクト開発をAI 1stに変革する〜SaaS is dead時代で生き残るために〜 / AI 1st Product Development
kobakei
0
490
CSC305 Lecture 03
javiergs
PRO
0
230
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Designing for humans not robots
tammielis
254
25k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Writing Fast Ruby
sferik
629
62k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Embracing the Ebb and Flow
colly
88
4.8k
Automating Front-end Workflow
addyosmani
1371
200k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Rails Girls Zürich Keynote
gr2m
95
14k
Documentation Writing (for coders)
carmenintech
75
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