Templates.AllDiagnostics Property
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.
Gets get all diagnostics from current lg file and reference lg files.
public System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic> AllDiagnostics { get; }
member this.AllDiagnostics : System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic>
Public ReadOnly Property AllDiagnostics As IList(Of Diagnostic)
Property Value
All diagnostics from current lg file and reference lg files.