TemplateIdMap Class

Definition

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

Constructors

TemplateIdMap()

Applies to