Upgrade to Pro — share decks privately, control downloads, hide ads and more …

実践!App Intents対応

実践!App Intents対応

https://sansan.connpass.com/event/362644/
Sansan x DMM.swift #2 〜 テーマ: iOS × AI 〜での登壇資料

Avatar for 野瀬田 裕樹

野瀬田 裕樹

August 06, 2025
Tweet

More Decks by 野瀬田 裕樹

Other Decks in Programming

Transcript

  1. "QQ*OUFOUTͷ࣮૷ w "QQ*OUFOUϓϩτίϧͰඞཁͳ෼Λ࣮૷͢Δ͚ͩ protocol AppIntent : … { associatedtype PerformResult

    : IntentResult static var title: LocalizedStringResource { get } static var openAppWhenRun: Bool { get } static var supportedModes: IntentModes { get } static var authenticationPolicy: IntentAuthenticationPolicy { get } static var isDiscoverable: Bool { get } associatedtype SummaryContent : ParameterSummary static var parameterSummary: Self.SummaryContent { get } static var description: IntentDescription? { get } func perform() async throws -> Self.PerformResult