Instance Property インスタンスプロパティ

interaction

The SiriKit interaction object to use when configuring your app. あなたのアプリが継続している時に使用するSiriKit相互作用オブジェクト。

Declaration 宣言

var interaction: INInteraction? { get }

Discussion 議論

When SiriKit launches your app, it fills this property with the intent and response information that are the reason for launching your app. Use the information in this property to configure your app’s interface and show any relevant interaction details. If your app was not launched because of a Siri interaction, the value in this property is nil. SiriKitがあなたのアプリを起動する場合、それはこのプロパティを意図および応答情報で満たします、それらはあなたのアプリを起動する理由です。このプロパティにおける情報を使用して、あなたのアプリのもつインターフェイスを構成設定して、何らかの関連する相互作用詳細を示してください。あなたのアプリがSiri相互作用のために起動しなかったならば、このプロパティの中の値はnilです。