Compartir a través de


IINSetClimateSettingsInCarIntentHandling.HandleSetClimateSettingsInCar Método

Definición

Los desarrolladores deben invalidar este método e invocar TSystem.Action'1 con un INSetClimateSettingsInCarIntentResponse adecuado para .INSetClimateSettingsInCarIntentintent

[Foundation.Export("handleSetClimateSettingsInCar:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetClimateSettingsInCar (Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INSetClimateSettingsInCarIntentResponse> completion);
abstract member HandleSetClimateSettingsInCar : Intents.INSetClimateSettingsInCarIntent * Action<Intents.INSetClimateSettingsInCarIntentResponse> -> unit

Parámetros

intent
INSetClimateSettingsInCarIntent

Especifica la intención del usuario.

completion
Action<INSetClimateSettingsInCarIntentResponse>

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

Atributos

Se aplica a