次の方法で共有


IINSetMessageAttributeIntentHandling.HandleSetMessageAttribute メソッド

定義

開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INSetMessageAttributeIntentResponseINSetMessageAttributeIntentintent呼び出す必要があります。

[Foundation.Export("handleSetMessageAttribute:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetMessageAttribute (Intents.INSetMessageAttributeIntent intent, Action<Intents.INSetMessageAttributeIntentResponse> completion);
abstract member HandleSetMessageAttribute : Intents.INSetMessageAttributeIntent * Action<Intents.INSetMessageAttributeIntentResponse> -> unit

パラメーター

intent
INSetMessageAttributeIntent

ユーザーの意図を指定します。

completion
Action<INSetMessageAttributeIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

属性

適用対象