Del via


Templates.AllDiagnostics Property

Definition

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.

Applies to