Condividi tramite


IINSendMessageIntentHandling.HandleSendMessage Metodo

Definizione

Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INSendMessageIntentResponse oggetto appropriato per .INSendMessageIntentintent

[Foundation.Export("handleSendMessage:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSendMessage (Intents.INSendMessageIntent intent, Action<Intents.INSendMessageIntentResponse> completion);
abstract member HandleSendMessage : Intents.INSendMessageIntent * Action<Intents.INSendMessageIntentResponse> -> unit

Parametri

intent
INSendMessageIntent

Specifica l'intenzione dell'utente.

completion
Action<INSendMessageIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a