Share via


Templates.Imports Property

Definition

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.

Applies to