Instance Method インスタンスメソッド

interfaceParametersDescription()

Returns a human-readable string describing the data that SiriKit displays to the user when you handle an intent. データを記述している、人の読みやすい文字列を返します、それはあなたがあるインテントを取り扱う場合にSiriKitがユーザに表示します。

Declaration 宣言

func interfaceParametersDescription() -> String

Discussion 議論

If you provide an Intents UI app extension, you can customize all or some of the interface that SiriKit displays to the user for a given intent. The information displayed by SiriKit is different for each intent, and can change in the future. During development, use this method to retrieve a human-readable description of the contents of the INParameter objects that SiriKit intends to display for the current intent. Use that information to plan your custom interface. あなたがインテントUIアプリ拡張を提供するならば、あなたは、SiriKitがある与えられたインテントのためにユーザに表示する、全てまたはいくつかのインターフェイスをカスタマイズできます。SiriKitによって表示される情報は各インテントで異なります、そして将来変更可能です。開発の間、このメソッドを使ってINParameterオブジェクトの内容の人の読みやすい説明を取ってきてください、それはSiriKitが現在のインテントのために表示することを意図するものです。その情報を使ってあなたのカスタムインターフェイスを計画してください。

For information about customizing the Siri and Maps interfaces, see Creating an Intents UI Extension. SiriおよびMapsインターフェイスのカスタマイズについての情報として、Creating an Intents UI Extensionを見てください。

See Also 参照

Getting Siri-Related Information Siri関連の情報を取得する