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
130
「App Intent」よくわからんけどすごい!
WWDC25 Recap - Japan-\(region).swift
で登壇した資料です!
(初登壇かつSwift初心者なのでもしかしたらミスがあるかも...)
rinngo
July 06, 2025
Tweet
Share
Other Decks in Programming
See All in Programming
20250708_JAWS_opscdk
takuyay0ne
2
150
CDK引数設計道場100本ノック
badmintoncryer
2
580
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
3
290
QA x AIエコシステム段階構築作戦
osu
0
210
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
1k
GPUを計算資源として使おう!
primenumber
1
290
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
15
8.4k
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
640
AI時代の『改訂新版 良いコード/悪いコードで学ぶ設計入門』 / ai-good-code-bad-code
minodriven
24
10k
NEWT Backend Evolution
xpromx
1
160
slogパッケージの深掘り
integral0515
0
160
Gemini CLI のはじめ方
ttnyt8701
1
110
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
720
The Art of Programming - Codeland 2020
erikaheidi
54
13k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
The Cost Of JavaScript in 2023
addyosmani
51
8.6k
Typedesign – Prime Four
hannesfritz
42
2.7k
The Invisible Side of Design
smashingmag
301
51k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Visualization
eitanlees
146
16k
The World Runs on Bad Software
bkeepers
PRO
70
11k
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