AnalyzerResult(List<String>, List<String>) 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 AnalyzerResult class.
public AnalyzerResult (System.Collections.Generic.List<string> variables = default, System.Collections.Generic.List<string> templateReferences = default);
new Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult : System.Collections.Generic.List<string> * System.Collections.Generic.List<string> -> Microsoft.Bot.Builder.LanguageGeneration.AnalyzerResult
Public Sub New (Optional variables As List(Of String) = Nothing, Optional templateReferences As List(Of String) = Nothing)