NewEntitySection.ExtractSynonyms(LUFileParser+NewEntitySectionContext) Method

Definition

public System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.SynonymElement> ExtractSynonyms (LUFileParser.NewEntitySectionContext parseTree);
member this.ExtractSynonyms : LUFileParser.NewEntitySectionContext -> System.Collections.Generic.List<Microsoft.Bot.Builder.Parsers.LU.SynonymElement>
Public Function ExtractSynonyms (parseTree As LUFileParser.NewEntitySectionContext) As List(Of SynonymElement)

Parameters

Returns

List<SynonymElement>

Applies to