Jaa


Templates.AllTemplates Property

Definition

Gets get all templates from current lg file and reference lg files.

public System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Template> AllTemplates { get; }
member this.AllTemplates : System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Template>
Public ReadOnly Property AllTemplates As IList(Of Template)

Property Value

All templates from current lg file and reference lg files.

Applies to