Templates.AnalyzeTemplate(String) Method
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.
(experimental) Analyzes a template to get the static analyzer results including variables and template references.
public Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult AnalyzeTemplate (string templateName);
member this.AnalyzeTemplate : string -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult
Public Function AnalyzeTemplate (templateName As String) As AnalyzerResult
Parameters
- templateName
- String
Template name to be evaluated.
Returns
Analyzer result.