LanguageTemplateDictionary 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 language -> template functions.
public class LanguageTemplateDictionary : System.Collections.Generic.Dictionary<string,Microsoft.Bot.Builder.TemplateManager.TemplateIdMap>
type LanguageTemplateDictionary = class
inherit Dictionary<string, TemplateIdMap>
Public Class LanguageTemplateDictionary
Inherits Dictionary(Of String, TemplateIdMap)
- Inheritance
-
LanguageTemplateDictionary
Constructors
| LanguageTemplateDictionary() |