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
220
「App Intent」よくわからんけどすごい!
WWDC25 Recap - Japan-\(region).swift
で登壇した資料です!
(初登壇かつSwift初心者なのでもしかしたらミスがあるかも...)
rinngo
July 06, 2025
Tweet
Share
Other Decks in Programming
See All in Programming
Ruby x Terminal
a_matsuda
7
590
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
190
文字コードの話
qnighy
44
17k
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
8.3k
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
250
Windows on Ryzen and I
seosoft
0
230
AWS×クラウドネイティブソフトウェア設計 / AWS x Cloud-Native Software Design
nrslib
15
2.9k
SourceGeneratorのマーカー属性問題について
htkym
0
180
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1.6k
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
210
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
1.9k
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
120
Featured
See All Featured
Utilizing Notion as your number one productivity tool
mfonobong
4
250
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Rails Girls Zürich Keynote
gr2m
96
14k
Done Done
chrislema
186
16k
What's in a price? How to price your products and services
michaelherold
247
13k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
98
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Why Our Code Smells
bkeepers
PRO
340
58k
The SEO Collaboration Effect
kristinabergwall1
0
380
Building an army of robots
kneath
306
46k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
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