Templates.AnalyzeTemplate(String, AnalyzerOptions) 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, Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions analyzerOptions = default);
member this.AnalyzeTemplate : string * Microsoft.Bot.Builder.LanguageGeneration.AnalyzerOptions -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult
Public Function AnalyzeTemplate (templateName As String, Optional analyzerOptions As AnalyzerOptions = Nothing) As AnalyzerResult
Parameters
- templateName
- String
Template name to be evaluated.
- analyzerOptions
- AnalyzerOptions
Returns
Analyzer result.