Compartir a través de


IINSetMessageAttributeIntentHandling.HandleSetMessageAttribute Método

Definición

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INSetMessageAttributeIntentResponse adecuado para .INSetMessageAttributeIntentintent

[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

Parámetros

intent
INSetMessageAttributeIntent

Especifica la intención del usuario.

completion
Action<INSetMessageAttributeIntentResponse>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a