LuisDialog<TResult>.GetHandlersByIntent 方法

定义

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)

返回

适用于