Share via


Templates.AnalyzeTemplate(String, AnalyzerOptions) Method

Definition

(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.

Applies to