Condividi tramite


IINGetVisualCodeIntentHandling.HandleGetVisualCode Metodo

Definizione

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

[Foundation.Export("handleGetVisualCode:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleGetVisualCode (Intents.INGetVisualCodeIntent intent, Action<Intents.INGetVisualCodeIntentResponse> completion);
abstract member HandleGetVisualCode : Intents.INGetVisualCodeIntent * Action<Intents.INGetVisualCodeIntentResponse> -> unit

Parametri

intent
INGetVisualCodeIntent

Specifica l'intenzione dell'utente.

completion
Action<INGetVisualCodeIntentResponse>

Metodo di completamento che deve essere chiamato dall'override.

Attributi

Si applica a