Section.SynonymsList Property

Definition

public System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.SynonymElement> SynonymsList { get; set; }
member this.SynonymsList : System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.SynonymElement> with get, set
Public Property SynonymsList As List(Of SynonymElement)

Property Value

List<SynonymElement>

Applies to