DictionaryRenderer(LanguageTemplateDictionary) Constructor
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.
Initializes a new instance of the DictionaryRenderer class.
public DictionaryRenderer (Microsoft.Bot.Builder.TemplateManager.LanguageTemplateDictionary templates);
new Microsoft.Bot.Builder.TemplateManager.DictionaryRenderer : Microsoft.Bot.Builder.TemplateManager.LanguageTemplateDictionary -> Microsoft.Bot.Builder.TemplateManager.DictionaryRenderer
Public Sub New (templates As LanguageTemplateDictionary)
Parameters
- templates
- LanguageTemplateDictionary
The language template dictionary to use.