TemplateIdMap Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Map of Template Ids-> Template Function().
public class TemplateIdMap : System.Collections.Generic.Dictionary<string,Func<Microsoft.Bot.Builder.ITurnContext,object,object>>
type TemplateIdMap = class
inherit Dictionary<string, Func<ITurnContext, obj, obj>>
Public Class TemplateIdMap
Inherits Dictionary(Of String, Func(Of ITurnContext, Object, Object))
- Inheritance
-
TemplateIdMap
Constructors
| TemplateIdMap() |