LuisDialog<TResult>.handlerByIntent Field

Definition

Mapping from intent string to the appropriate handler.

protected System.Collections.Generic.Dictionary<string,Microsoft.Bot.Builder.Dialogs.IntentActivityHandler> handlerByIntent;
val mutable handlerByIntent : System.Collections.Generic.Dictionary<string, Microsoft.Bot.Builder.Dialogs.IntentActivityHandler>
Protected handlerByIntent As Dictionary(Of String, IntentActivityHandler) 

Field Value

Applies to