INSetCarLockStatusIntentHandling_Extensions.ResolveCarName Method

Definition

Developers may implement this method to customize resolution of the car name.

public static void ResolveCarName (this Intents.IINSetCarLockStatusIntentHandling This, Intents.INSetCarLockStatusIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);
static member ResolveCarName : Intents.IINSetCarLockStatusIntentHandling * Intents.INSetCarLockStatusIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit

Parameters

This
IINSetCarLockStatusIntentHandling

The instance on which this method operates.

intent
INSetCarLockStatusIntent

Specifies the user's intention.

completion
Action<INSpeakableStringResolutionResult>

Completion method that must be called by the override.

Applies to