LuisDialog<TResult>.GetHandlersByIntent Method

Definition

protected virtual System.Collections.Generic.IDictionary<string,Microsoft.Bot.Builder.Dialogs.IntentActivityHandler> GetHandlersByIntent ();
abstract member GetHandlersByIntent : unit -> System.Collections.Generic.IDictionary<string, Microsoft.Bot.Builder.Dialogs.IntentActivityHandler>
override this.GetHandlersByIntent : unit -> System.Collections.Generic.IDictionary<string, Microsoft.Bot.Builder.Dialogs.IntentActivityHandler>
Protected Overridable Function GetHandlersByIntent () As IDictionary(Of String, IntentActivityHandler)

Returns

Applies to