IINSetMessageAttributeIntentHandling.HandleSetMessageAttribute 方法

定义

开发人员必须重写此方法,并使用 适用于 INSetMessageAttributeIntentintent的 调用 T:System.Action'1INSetMessageAttributeIntentResponse

[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>

必须由重写调用的完成方法。

属性

适用于