INGetVisualCodeIntentHandling_Extensions.ResolveVisualCodeType Method

Definition

Developers may implement this method to customize the resolution of a visual code type.

public static void ResolveVisualCodeType (this Intents.IINGetVisualCodeIntentHandling This, Intents.INGetVisualCodeIntent intent, Action<Intents.INVisualCodeTypeResolutionResult> completion);
static member ResolveVisualCodeType : Intents.IINGetVisualCodeIntentHandling * Intents.INGetVisualCodeIntent * Action<Intents.INVisualCodeTypeResolutionResult> -> unit

Parameters

This
IINGetVisualCodeIntentHandling

The instance on which this method operates.

intent
INGetVisualCodeIntent

Specifies the user's intention.

completion
Action<INVisualCodeTypeResolutionResult>

Completion method that must be called by the override.

Applies to