Templates.Imports 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 or sets import elements that this LG file contains directly.
public System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.TemplateImport> Imports { get; set; }
member this.Imports : System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.TemplateImport> with get, set
Public Property Imports As IList(Of TemplateImport)
Property Value
Import elements that this LG file contains directly.